Changed APIs:
- Header/anchor renders been changed to improve accessibility (by @aozerova in #808)
- The anchor no longer has
aria-hidden, and gets a properaria-label. It also now appears at the end of the header, not the front.
- The anchor no longer has
html::collect_texthas been moved ontoNode(by @kivikakk in #818)- All items marked as deprecated has been removed. You've been warned! (by @kivikakk in #823)
New APIs:
- LaTeX-style math delimiters are now supported with an option! (by @blib in #809)
- Attribute support has been added! (by @kivikakk in #814, #816)
- They aren't exposed in any formatter yet, so you'll need a custom formatter.
- Attribute parsing can be enabled on headers, fenced code blocks, inline code spans, and links and images.
- Aaaand the parsing code was cleaned up a bit :) (by @KevSlashNull in #817)
- Semantic HTML for alerts/admonitions can now be used! (by @flying-sheep in #822)
Bug fixes:
- Fix a CommonMark roundtripping failure when whitespace entities are place at emphasis boundaries (by @kivikakk in #750)
- Fix a crash in the CommonMark renderer with ordered lists nested in blockquotes (by @kivikakk in #815)
Dependency updates:
- Bump toml from
1.1.0+spec-1.1.0to1.1.2+spec-1.1.0(by@dependabot[bot]in #819)
New Contributors
- @blib made their first contribution in #809
- @KevSlashNull made their first contribution in #817
- @flying-sheep made their first contribution in #822
Diff: v0.53.0...v0.54.0