🐞 Bug Fixes
- Resolve O(n^2) DoS in parse_link_text (CWE-400) - by bhanugoudm041 (b6b49)
- Resolve O(n^2) DoS in parse_link_text (CWE-400)-Type handling/testing done - by bhanugoudm041 (b3af8)
- block: Avoid quadratic ref link scans - by @lepture (2b04d)
- cli: Add entrypoint and utf-8 output - by @lepture (2f244)
- directives: Constrain include targets - by @lepture (1bef3)
- formatting: Avoid quadratic marker scans - by @lepture (96d0f)
- image: Validate figure width option - by @lepture (e3e51)
- inline: Avoid bracket parsing DoS - by @lepture (25f25)
- math: Reject currency patterns and cross-line matches in inline math - by @geopanther (566e1)
- math: Support display and backtick math - by @lepture (1141e)
- renderer: Render plugin list and table nodes - by @lepture (614b0)
- renderer: Block encoded unsafe URL schemes - by @lepture (c7101)
- toc: Avoid generated id collisions - by @lepture (c4093)