Replies: 2 comments 1 reply
|
You have MDX. Use MDX. |
0 replies
is there any workaround to fix this issue using |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
i'm new on
react-markdowni want to transform jsx like strings to react component without mdx.
i just wanted to use this
react-markdownlibrary 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?
All reactions