-
Notifications
You must be signed in to change notification settings - Fork 2
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
angle brackets in nested lists issue #47
Comments
Thanks for the issue! I can confirm this happens. Proper fix would be replacing <!-- This is text only, no link -->
\<user.name>
<!-- This is a link surrounded by angle brackets (brackets are text, not part of the link) -->
<user.name>
<!-- This is a link surrounded by angle brackets (brackets are text, not part of the link) -->
\<https://python.org>
<!-- This is a link only, no surrounding text brackets -->
<https://python.org> It's not normal that escaping a preceding character that's not part of the (link) syntax itself will invalidate the syntax. There's a chance that Anyway, currently links that are matched by |
This is fixed in |
I've yanked the release, as the new autolink parser was finding GFM autolinks inside image and link labels, which must not be allowed. |
Version |
Hi,
I have a markdown file with rather strange formatting. The gfm formatter seems to error on it. I reduced it to the broken element in hopes it becomes easier to see. Then angle brackets with a period inside appears to be the cause.
The text was updated successfully, but these errors were encountered: