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