Skip to content
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

Link reference definition title that should not be #468

Open
dbuenzli opened this issue Feb 7, 2023 · 0 comments
Open

Link reference definition title that should not be #468

dbuenzli opened this issue Feb 7, 2023 · 0 comments
Labels

Comments

@dbuenzli
Copy link

dbuenzli commented Feb 7, 2023

> cmark --version
cmark 0.30.3 - CommonMark converter
(C) 2014-2016 John MacFarlane

> cmark <<EOF
[bla]: /bla
"The title" garbage
[bla]
EOF
<p>&quot;The title&quot; garbage
<a href="/bla" title="The title">bla</a></p>

There should be no title attribute on the link here. We have garbage after "The title" so it's not one. The dingus gets it right.

@jgm jgm added the bug label Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants