[fix] markdown 表格内没有换行 (#1492)
This commit is contained in:
@@ -22,6 +22,7 @@ const { isMobile } = useBasicLayout()
|
||||
const textRef = ref<HTMLElement>()
|
||||
|
||||
const mdi = new MarkdownIt({
|
||||
html: true,
|
||||
linkify: true,
|
||||
highlight(code, language) {
|
||||
const validLang = !!(language && hljs.getLanguage(language))
|
||||
|
||||
Reference in New Issue
Block a user