We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e11f90 commit 532ab2fCopy full SHA for 532ab2f
src/component/Markdown/index.tsx
@@ -6,7 +6,7 @@ import MdEditor from 'react-markdown-editor-lite';
6
import * as styles from './index.less';
7
8
const mdParser = new MarkdownIt('commonmark', {
9
- html: true,
+ html: false,
10
});
11
12
const getAttributes = (content: string = 'image') => {
0 commit comments