We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following markdown
[foo [bar](/a)][ref] [ref]: /b
is parsed into
Markdown:MARKDOWN_FILE Markdown:PARAGRAPH Markdown:FULL_REFERENCE_LINK Markdown:LINK_TEXT Markdown:[ Markdown:TEXT WHITE_SPACE Markdown:INLINE_LINK Markdown:] Markdown:LINK_LABEL Markdown:EOL Markdown:EOL Markdown:LINK_DEFINITION Markdown:LINK_LABEL WHITE_SPACE Markdown:LINK_DESTINATION
But due to spec https://spec.commonmark.org/0.30/#example-531 there should be 2 SHORT_REFERENCE_LINK.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following markdown
is parsed into
But due to spec https://spec.commonmark.org/0.30/#example-531 there should be 2 SHORT_REFERENCE_LINK.
The text was updated successfully, but these errors were encountered: