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@4.0.0
https://stackblitz.com/edit/github-cbrfbi?file=src%2Fmain.ts
Let remark GFM parse following markdown:
https://example.com/MuawcBMT1Mzvoar09-_66?mode=page&blockIds=rL2_GXbtLU2SsJVfCSmh_
URL should be parsed to
<https://example.com/MuawcBMT1Mzvoar09-_66?mode=page&blockIds=rL2_GXbtLU2SsJVfCSmh_>
URL is parsed to
<https://example.com/MuawcBMT1Mzvoar09-_66?mode=page&blockIds=rL2_GXbtLU2SsJVfCSmh>\_
Node v16
pnpm
Linux
Vite
The text was updated successfully, but these errors were encountered:
Welcome @fourdim! 👋
That is the expected behavior. This library matches GitHub, GitHub doesn't include the underscore. See your example as parsed on GitHub below.
Sorry, something went wrong.
No branches or pull requests
Initial checklist
Affected packages and versions
remark-gfm@4.0.0
Link to runnable example
https://stackblitz.com/edit/github-cbrfbi?file=src%2Fmain.ts
Steps to reproduce
Let remark GFM parse following markdown:
Expected behavior
URL should be parsed to
Actual behavior
URL is parsed to
Runtime
Node v16
Package manager
pnpm
OS
Linux
Build and bundle tools
Vite
The text was updated successfully, but these errors were encountered: