Skip to content

v0.13.0: Complete rewrite to support pandoc 2.11.2+ and enable this as a library

Compare
Choose a tag to compare
@ickc ickc released this 19 Dec 03:43
· 135 commits to master since this release

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 use pandoc<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.