Skip to content

v0.43.0

Choose a tag to compare

@kivikakk kivikakk released this 29 Sep 02:32
· 303 commits to main since this release
e626b7c

Parser changes:

  • superscript or subscript extensions only: punctuation following a superscript or subscript delimiter no longer disqualifies the delimiter from being considered left-flanking, such that e^-i^ and n~-i~ now parse as superscript or subscript respectively (by @kivikakk in #593)

Changed APIs:

  • html::format_document, xml::format_document, cm::format_document and friends now take an std::fmt::Write as their output argument, instead of an std::io::Write, to avoid revalidating UTF-8 (by @kivikakk in #601)
  • bin: allow --header-ids '' for prefix-less headers (by @kivikakk in #610)

New APIs:

  • Add CJK Friendly Emphasis to CLI option (by @tats-u in #607)

Documentation updates:

Diff: v0.42.0...v0.43.0