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
remark-gfm@latest
When processing the following Markdown, Remark-GFM incorrectly identifies a portion of the text as a URL:
[https://github.com]QAQ
The text https://github.com]QAQ is incorrectly parsed and identified as a URL.
https://github.com]QAQ
QAQ should be treated as plain text, not as a part of URL.
QAQ
No response
Astro
The text was updated successfully, but these errors were encountered:
Hi!
GH has incredibly unreasonable behavior around [:
[
[ https://github.com]QAQ
For more info around what is deemed a bug there, and what is implemented here or not, see https://github.com/micromark/micromark-extension-gfm-autolink-literal#bugs
Sorry, something went wrong.
No branches or pull requests
Initial checklist
Affected package
remark-gfm@latest
Steps to reproduce
When processing the following Markdown, Remark-GFM incorrectly identifies a portion of the text as a URL:
Actual behavior
The text
https://github.com]QAQ
is incorrectly parsed and identified as a URL.Expected behavior
QAQ
should be treated as plain text, not as a part of URL.Runtime
No response
Package manager
No response
Operating system
No response
Build and bundle tools
Astro
The text was updated successfully, but these errors were encountered: