Skip to content

Commit 532ab2f

Browse files
authored
fix: disable html render (#30)
1 parent 1e11f90 commit 532ab2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/Markdown/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import MdEditor from 'react-markdown-editor-lite';
66
import * as styles from './index.less';
77

88
const mdParser = new MarkdownIt('commonmark', {
9-
html: true,
9+
html: false,
1010
});
1111

1212
const getAttributes = (content: string = 'image') => {

0 commit comments

Comments
 (0)