Skip to content

v2.45.0

Choose a tag to compare

@jolars jolars released this 09 May 18:23
· 430 commits to main since this release
b883d1c

Features

  • cli: add --verbose flag and use it in clean (a92d441), closes #272
  • cli: add a --to pandoc-json argument (b3f3785), closes #269
  • parser: gate html declarations on dialect (9e0b645)
  • parser: parser inline spans granularly (03333d2)
  • parser: add depth-aware html block parsing (2a5dcac)

Bug Fixes

  • parser: add commonmark-ascii fix (4cfcd1c)
  • parser,linter: introduce HTML_DIV_BLOCK parsing (3962e03), closes #263
  • linter: fix undefined-anchor false positive on brackspans (0b1a15a), ref #263
  • correctly parser trailing attributes in equations (492306f)
  • parser: parse references in captions (eb29a9d)

Dependencies

  • updated crates/panache-formatter to v0.5.0
  • updated crates/panache-parser to v0.8.0