Replies: 1 comment
-
|
No, the Markdown strings found inside documents are not compiled by MDX. If you want to do that, you'd likely have to introduce a runtime parser such as: https://github.com/remarkjs/react-markdown What prevents you from adding this snippet of documentation as a separate MDX doc, and importing it? ## Heading
Hello {props.name}<Partial name="World"/> |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
What I'd like to do:
Beta Was this translation helpful? Give feedback.
All reactions