v0.47.0
Martin Chrástek has fixed all known sourcepos issues in Comrak, while closing a number of other bugs at the same time! I'm so happy.
New APIs:
NodeCodeBlocknow has aclosedproperty. (by @Martin005 in #661)NodeHeadingnow has aclosedproperty, for closed ATX-style headings. (by @Martin005 in #665)
Bug fixes:
- Source position information for lists and their children is fixed. (by @Martin005 in #666)
- Source position information for unclosed fenced code blocks is fixed. (by @Martin005 in #661)
EscapedandEscapedTagno longer fail AST validation when formatting as CommonMark with debug assertions. (by @kivikakk in #662, #664)
Build changes:
Diff: v0.46.0...v0.47.0