Skip to content

v22.0.1

Latest

Choose a tag to compare

@Byron Byron released this 10 Aug 10:56
66f7c5d

Bug Fixes

  • escape brackets in generated link labels

    Shortcut and collapsed link labels are reconstructed from decoded text, so
    bracket escapes were lost when their reference definitions were emitted. This
    made the generated Markdown invalid for labels containing brackets.

    Escape backslashes and square brackets while capturing generated link and image
    labels, while leaving parser-provided explicit reference IDs unchanged to avoid
    double escaping. Add regression coverage for shortcut, explicit, and image
    references and update the CommonMark conformance count from 585 to 586.

Commit Statistics

  • 2 commits contributed to the release.
  • 230 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #109

Commit Details

view details
  • #109
    • Escape brackets in generated link labels (e446742)
  • Uncategorized
    • Merge pull request #110 from Byron/escape-in-links (41f854b)