We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e00ad commit 5175fbfCopy full SHA for 5175fbf
1 file changed
core/src/components/TextArea/Markdown.tsx
@@ -43,6 +43,8 @@ export default function Markdown(props: MarkdownProps) {
43
try {
44
mdStr = rehype()
45
.data('settings', { fragment: true })
46
+ // https://github.com/uiwjs/react-md-editor/issues/593
47
+ // @ts-ignore
48
.use(rehypePrism, { ignoreMissing: true })
49
.processSync(mdStr)
50
.toString();
0 commit comments