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 don't know why the type has changed or whether that it compatible with the pandoc AST. As long as it is compatible, it would be great if tablenos could handle both types.
The text was updated successfully, but these errors were encountered:
File "/home/toshiaki/.local/bin/pandoc-tablenos", line 8, in <module>
sys.exit(main())
File "/home/toshiaki/.local/lib/python3.8/site-packages/pandoc_tablenos.py", line 684, in main
altered = functools.reduce(lambda x, action: walk(x, action, fmt, meta),
File "/home/toshiaki/.local/lib/python3.8/site-packages/pandoc_tablenos.py", line 684, in <lambda>
altered = functools.reduce(lambda x, action: walk(x, action, fmt, meta),
File "/home/toshiaki/.local/lib/python3.8/site-packages/pandocfilters.py", line 128, in walk
res = action(item['t'],
File "/home/toshiaki/.local/lib/python3.8/site-packages/pandoc_tablenos.py", line 124, in attach_attrs_table
assert value[1][1][0]['t'] == 'Plain'
AssertionError
Error running filter pandoc-tablenos:
Filter returned error status 1
Pantable changed its caption type from
Plain
toPara
. Because tablenos expects the caption type to bePlain
, tablenos 2.3.0 does not work with pantable >= 0.13.0.I don't know why the type has changed or whether that it compatible with the pandoc AST. As long as it is compatible, it would be great if tablenos could handle both types.
The text was updated successfully, but these errors were encountered: