Skip to content

Commit

Permalink
fix: disable html render (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
thonatos authored Jan 17, 2022
1 parent 1e11f90 commit 532ab2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/Markdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import MdEditor from 'react-markdown-editor-lite';
import * as styles from './index.less';

const mdParser = new MarkdownIt('commonmark', {
html: true,
html: false,
});

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

0 comments on commit 532ab2f

Please sign in to comment.