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,