v0.13.0: Complete rewrite to support pandoc 2.11.2+ and enable this as a library
c.f. #56
- v0.13:added pandoc 2.11.0.4+ & panflute 2+ support
- pandoc 2.10 introduces a new table AST. This version provides complete support of all features supported in the pandoc AST. Hence, older pandoc versions are no longer supported. Install
pantable=0.12.4
if you need to usepandoc<2.10
. - deprecated
pipe_tables
,grid_tables
,raw_markdown
options in pantable, which were introduced in v0.12. pantable v0.13 has a much better way to process markdown cells that these are no longer needed. - slight changes on markdown output which should be functionally identical. Both changes in pandoc and pantable cause this. See commit eadc6fb.
- add
short-caption
,alignment-cells
,fancy_table
,format
,ms
,ns_head
. See docs for details.
- pandoc 2.10 introduces a new table AST. This version provides complete support of all features supported in the pandoc AST. Hence, older pandoc versions are no longer supported. Install