We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
/-/ and /+/ prevents URL detection when calling md_html.
/-/
/+/
md_html
Example broken link: https://codereview.qt-project.org/c/qt/qtwayland/+/545836
https://codereview.qt-project.org/c/qt/qtwayland/+/545836
Works fine if enveloped in chevrons: <https://codereview.qt-project.org/c/qt/qtwayland/+/545836>
<https://codereview.qt-project.org/c/qt/qtwayland/+/545836>
Tested with commit 481fbfb
481fbfb
The text was updated successfully, but these errors were encountered:
The same goes for underscore. E.g. https://www.youtube.com/watch?v=_tEL8bJ7yqU
https://www.youtube.com/watch?v=_tEL8bJ7yqU
Sorry, something went wrong.
md_analyze_permissive_autolink: Fix allowed nonalnum chars handling
46c9492
Partially fixes mity#251.
md_analyze_permissive_autolink: Allow '+' in URL paths
f25d6a0
Fixes mity#251.
I encountered the exact same issue. Is it planned to be fixed ?
No branches or pull requests
/-/
and/+/
prevents URL detection when callingmd_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
The text was updated successfully, but these errors were encountered: