You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the console error message carefully (if applicable).
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:
Some list
- <kbd>G</kbd>: **G** key
- x<kbd>G</kbd>: **G** key
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
I'd be willing to fix this bug myself.
The text was updated successfully, but these errors were encountered:
reliak
added
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
labels
Apr 28, 2023
slorber
added
closed: duplicate
This issue or pull request already exists in another issue or pull request
and removed
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
labels
Apr 28, 2023
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
The text was updated successfully, but these errors were encountered: