This update allow onlyoffice-documentserver to use the ports version,
rather than the existing source build.
Changelog:
Fixes:
- Fix quadratic time behavior caused by one-by-one walking over
block lines instead of calling md_lookup_line().
- Fix quadratic time and output size behavior caused by malicious
misuse of link reference definitions.
- The strike-through extension (with flag MD_FLAG_STRIKETHROUGH)
now follows same logic as other emphasis spans in respect to
punctuation character and word boundaries.
- Fix handling tab when removing trailing whitespace, especially in
connection with ATX headers.
https://github.com/mity/md4c/blob/481fbfb/CHANGELOG.md
Commit log:
https://github.com/mity/md4c/compare/release-0.5.2...481fbfb
PR: 290670
Reported by: Matt Kempe <fsbruva@yahoo.com>
Approved by: Henrik Rosenke <rosenke@dssgmbh.de> (maintainer, timeout 3 weeks)