You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
$ pandoc -F pantable -t markdwon+pipe_tables-multiline-tables-grid_tables-raw_html < input.mdError 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.
The text was updated successfully, but these errors were encountered:
alerque
changed the title
All pandtable workflows broken after Pandoc upgrade
Pantable filters broken after Pandoc upgrade
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:
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.The text was updated successfully, but these errors were encountered: