Skip to content

Reference link with newline does not match link reference id #1416

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

Closed
srawlins opened this issue Feb 21, 2020 · 0 comments
Closed

Reference link with newline does not match link reference id #1416

srawlins opened this issue Feb 21, 2020 · 0 comments

Comments

@srawlins
Copy link
Member

Take this example:

hello [foo
bar][] there.

[foo bar]: http://x

Most implementations at babelmark (including commonmark) correctly compile this to:

<p>hello <a href="http://x">foo
bar</a> there.</p>

But this package does not match the reference id:

<p>hello [foo
bar ][] there.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants