Replies: 2 comments 1 reply
-
You have MDX. Use MDX. |
Beta Was this translation helpful? Give feedback.
0 replies
-
is there any workaround to fix this issue using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i'm new on
react-markdown
i want to transform jsx like strings to react component without mdx.
i just wanted to use this
react-markdown
library and related plugins.here's a example
This is my markdown source.(.md file)
i want to transform it into react component like below
my code is
but this code doesn't work very well.
please ignore korean.
Expect:
Actual:
i guess that's because following contents became children of my custom component.
how should i fix this?
Beta Was this translation helpful? Give feedback.
All reactions