Markdown links doesn't work after any html tag #8558
Labels
domain: markdown
Related to Markdown parsing or syntax
external
This issue is caused by an external dependency and not Docusaurus.
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
Following md file:
Will be rendered as plain text, insted of bold text with clickable link.
Reproducible demo
No response
Steps to reproduce
Open sandbox and see at 17th line, line was changed from:
to:
Instresting, if add some text before tag, e.g:
It will work fine, looks very similar with issue, but this example works fine in https://mdxjs.com/playground/
Expected behavior
Md should render properly. so I mean like this Some LINK
Actual behavior
Got md link rendered as plain text :cry
Your environment
Self-service
The text was updated successfully, but these errors were encountered: