Is there a way to have rx.markdown render mermaid diagrams? #3125
Unanswered
hragbalian
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Looks like this is possible if we add a remark plugin: remarkjs/react-markdown#394 You can see here where we add the plugins: We could add this plugin also, or figure out a way to make the plugins dynamic so the user could set the ones they want themselves. I'll convert this to an issue in case someone wants to take this on. |
Beta Was this translation helpful? Give feedback.
1 reply
-
See: #3137. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I would like to be able to add mermaid diagrams to my markdown but the rx.markdown doesn't render it.
For example, the following code:
should yield:
but instead it's rendering as
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions