From 253bd47c7565b70be0cea024e95b4d8a2bf4519c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A9=99=E5=AD=90?= <454313500@qq.com> Date: Mon, 3 Apr 2023 22:55:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E6=8D=A2=E8=A1=8C?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.BBS.Vue3/src/components/ArticleContentInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yi.BBS.Vue3/src/components/ArticleContentInfo.vue b/Yi.BBS.Vue3/src/components/ArticleContentInfo.vue index 8e076eee..f9342a0b 100644 --- a/Yi.BBS.Vue3/src/components/ArticleContentInfo.vue +++ b/Yi.BBS.Vue3/src/components/ArticleContentInfo.vue @@ -27,7 +27,7 @@ watch(props,(n,o)=>{ gfm: true,//允许 Git Hub标准的markdown tables: true,//支持表格 - breaks: false, + breaks: true, sanitize: false, smartLists: true, smartypants: false,