Does mantine support markdown format #2798
dibdutta
started this conversation in
Feature requests
Replies: 1 comment 1 reply
-
|
You can render HTML with this component – https://mantine.dev/core/typography-styles-provider/ |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My requirement is render markdown to html. I tried
RichTextEditorfrom"@mantine/rte". But it expects anhtmlelement , does not work withmarkdown.Also if
mantinedoesn't supportmarkdown. I shall able to use some 3rd party module to convertmarkdowntohtml. But apart fromRichTextEditoris there a way to renderhtmlstring inmantine. For e.g.<Text >{converter.makeHtml("# hello, markdown!")}</Text>renders below in
ui<h1 id="hellomarkdown">hello, markdown!</h1>Beta Was this translation helpful? Give feedback.
All reactions