|
@@ -9,7 +9,6 @@ import { computed, defineComponent, h } from 'vue'
|
|
import MarkdownIt from 'markdown-it';
|
|
import MarkdownIt from 'markdown-it';
|
|
import { MarkdownPlugin } from '/@/components/markdown/types'
|
|
import { MarkdownPlugin } from '/@/components/markdown/types'
|
|
import { parseDocument } from 'htmlparser2'
|
|
import { parseDocument } from 'htmlparser2'
|
|
-import DOMPurify from 'dompurify'
|
|
|
|
|
|
|
|
interface Props {
|
|
interface Props {
|
|
content: string
|
|
content: string
|