[React-Markdown] In some cases, emojis doesn't render #1420
-
Hello I'm using react-markdown with some plugins Why is this happening? Did I do something wrong? Here's my stackblitz link https://stackblitz.com/edit/vite-react-ts-mzeluf43?file=package.json |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
What you show, that See the readme on how to deal with HTML. Or see CommonMark on how markdown works! |
Beta Was this translation helpful? Give feedback.
What you show, that
<div> :computer: this doesnt display </div>
doesn’t change, is how markdown works. Instead of:computer:
and emoji, you could also use*emphasis*
, and see that it doesn’t turn into italics but instead keeps those asterisks visible.See the readme on how to deal with HTML. Or see CommonMark on how markdown works!