How to serialize to markdown in react-markdown? #1438
-
Hi, I'm using While converting a markdown comment (e.g. Or do I need to use remark instead of react-markdown? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Welcome @joetam 👋
Nice! I'd recommend sticking with directives, they're more standard than most alternatives.
|
Beta Was this translation helpful? Give feedback.
Welcome @joetam 👋
Nice! I'd recommend sticking with directives, they're more standard than most alternatives.
react-markdown
is always markdown -> react component.If you want markdown -> markdown, you would indeed want to use
remark
.