Skip to content

v0.54.0

Latest

Choose a tag to compare

@kivikakk kivikakk released this 12 Jul 01:55
172c2ee

Changed APIs:

  • Header/anchor renders been changed to improve accessibility (by @aozerova in #808)
    • The anchor no longer has aria-hidden, and gets a proper aria-label. It also now appears at the end of the header, not the front.
  • html::collect_text has been moved onto Node (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.0 to 1.1.2+spec-1.1.0 (by @dependabot[bot] in #819)

New Contributors

Diff: v0.53.0...v0.54.0