Pantable Versions Save

CSV Tables in Markdown: Pandoc Filter for CSV Tables

v0.14.2

2 years ago
  • v0.14.2: Support pandoc 2.15–16
    • improve test matrix in GitHub Actions
    • update dependency constraints

v0.14.0

2 years ago

Support pandoc 2.14

  • close #61
  • requires panflute >= 2.1
  • add environment.yml for an example conda environment running pantable
  • remove pantable.util.PandocVersion as it is merged upstream in panflute.tools.PandocVersion.

v0.13.6

2 years ago

Fix #57; update dependencies.

v0.13.5

3 years ago

v0.13.4

3 years ago

See #58

v0.13.1

3 years ago

util.py: fix iter_convert_texts_markdown_to_panflute

v0.13.0

3 years ago

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.

v0.12.4

3 years ago

panflute 2 is released to support pandoc API 1.22. This release ensures that version control is correct when people specify pantable==0.12 in the future.

v0.12.3

4 years ago
  • migrate from Travis CI to GitHub Actions
  • supported Python versions are now 3.5-3.8, pypy3
  • minor update in README

v0.12.2

4 years ago