Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pantable filters broken after Pandoc upgrade #52

Closed
alerque opened this issue Oct 2, 2020 · 1 comment
Closed

Pantable filters broken after Pandoc upgrade #52

alerque opened this issue Oct 2, 2020 · 1 comment

Comments

@alerque
Copy link
Contributor

alerque commented Oct 2, 2020

I recently upgraded a number of production machines from Pandoc 2.9.2 to 2.10.1. I thought all was well, but it turns out all my jobs that include Pantable at any point are failing. Here is a MWE that illustrates my usage:

# head

```table
---
alignment: RL
width: [0.5, 0.5]
---
"foo","bar"
```
$ pandoc -F pantable -t markdwon+pipe_tables-multiline-tables-grid_tables-raw_html < input.md
Error running filter pantable:
Error in $.blocks[1].c: cannot unpack array of length 5 into a tuple of length 6

Although I should note that this can be simplified further: just outputting to -t html throws the same error, and the YAML table properties don't seem to matter.

@alerque alerque changed the title All pandtable workflows broken after Pandoc upgrade Pantable filters broken after Pandoc upgrade Oct 2, 2020
@ickc
Copy link
Owner

ickc commented Oct 2, 2020

Duplicate of #51.

@ickc ickc closed this as completed Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants