-
-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Labels
remark-parse🐛 type/bugThis is a problemThis is a problem💪 phase/solvedPost is donePost is done🗄 area/interfaceThis affects the public interfaceThis affects the public interface
Description
Subject of the issue
This is an issue I came across while using react-markdown. I have an issue opened in that repo (remarkjs/react-markdown#383) but was asked to report it here as well! Let me know if you need some more details, I'd be happy to add any more info.
using react-markdown,
***bold-italic** italic*
should render as:
bold-italic italic
but instead it renders as:
*bold-italic italic*
Your environment
- OS: macOS Mojave
- Packages: react-markdown": "^4.2.2"
- Env: [email protected]
Steps to reproduce
Paste the markdown noted above (***bold-italic** italic*
) into this react-markdown
demo environment https://rexxars.github.io/react-markdown/
Metadata
Metadata
Assignees
Labels
remark-parse🐛 type/bugThis is a problemThis is a problem💪 phase/solvedPost is donePost is done🗄 area/interfaceThis affects the public interfaceThis affects the public interface