-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
Escaped backslash at end of link label #325
Comments
Yes, this is a bug. (cmark does the right thing here.) |
Could you open an issue on jgm/commonmark.js instead of here? |
Done. Sorry, I didn't realise there was a separate repo. |
Re-opening. This has been fixed in commonmark.js, but it would be good to have a test case for this in the spec. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I am reading the spec right, the following sample should be a valid link label shouldn't it?
http://spec.commonmark.org/dingus/?text=%5Bbar%5C%5C%5D%3A%20%2Furl%20%22title%22%0A%0A%5Bbar%5C%5C%5D%0A
However commonmark.js is not recognising it as such, and is instead generating a paragraph.
The text was updated successfully, but these errors were encountered: