Closed reliak closed 1 year ago
npm run clear
yarn clear
rm -rf node_modules yarn.lock package-lock.json
When a markdown list item starts with an html tag, the rest of the list item text is not processed by markdown.
No response
Make a list:
Some list - <kbd>G</kbd>: **G** key - x<kbd>G</kbd>: **G** key
Markdown processing should be triggered for all of the above list items.
Markdown processing is only triggered for the second list item (which does not start with an html tag).
Fixed by MDX 2 (upcoming Docusaurus v3): https://github.com/facebook/docusaurus/pull/8288
Try this in:
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
When a markdown list item starts with an html tag, the rest of the list item text is not processed by markdown.
Reproducible demo
No response
Steps to reproduce
Make a list:
Expected behavior
Markdown processing should be triggered for all of the above list items.
Actual behavior
Markdown processing is only triggered for the second list item (which does not start with an html tag).
Your environment
No response
Self-service