mity / md4c

C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
MIT License
755 stars 138 forks source link

Some character sequences break URL detection #251

Open atraczyk opened 3 months ago

atraczyk commented 3 months ago

/-/ and /+/ prevents URL detection when calling md_html.

Example broken link: https://codereview.qt-project.org/c/qt/qtwayland/+/545836

Works fine if enveloped in chevrons: <https://codereview.qt-project.org/c/qt/qtwayland/+/545836>

Tested with commit 481fbfb