You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Heya, yeh for this and #317 I would note that the parsing is using https://github.com/tsutsu3/linkify-it-py, and perhaps bugs that should be reported there, but also maybe just a difference with the parsing logic of GFM.
Describe the bug
MWE:
Output:
Problem:
"74.78.Fk"
is not a link.This problem doesn't occur with
md = MarkdownIt()
Reproduce the bug
See above.
List your environment
This is on Python 3.11.
Tip for devs: Add a
--show-env
parameter tomarkdown-it
which shows all relevant packages and versions in one go.The text was updated successfully, but these errors were encountered: