v0.43.0
Parser changes:
superscriptorsubscriptextensions only: punctuation following a superscript or subscript delimiter no longer disqualifies the delimiter from being considered left-flanking, such thate^-i^andn~-i~now parse as superscript or subscript respectively (by @kivikakk in #593)
Changed APIs:
html::format_document,xml::format_document,cm::format_documentand friends now take anstd::fmt::Writeas theiroutputargument, instead of anstd::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:
Documentation updates:
Diff: v0.42.0...v0.43.0