-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New linkify rule does not linkify URLs entirely when they have a preceding text
token
#300
Comments
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
text
tokentext
token
There seems to be a problem with A comparison of
result js:
|
ref markdown-it demo |
Describe the bug
context
v2.2.0...v3.0.0#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4edR21-R23
When I provide this input:
expectation
I expect all URLs to get linkified correctly and entirely.
bug
But instead the ones indicated in the provided input do not get linkified.
problem
This is a problem for people using URLs in their content, because they expect consistency in the output.
Reproduce the bug
The provided input content suffices to indicate the use cases where the bug occurs.
List your environment
markdown-it-py==3.0.0
mdit-py-plugins==0.4.0
Python version: 3.11.4
OS: MacOS
Markdown parser config:
The text was updated successfully, but these errors were encountered: