fix:修复换行问题

This commit is contained in:
橙子
2023-04-03 22:55:49 +08:00
parent 8fa10cd8c1
commit 253bd47c75

View File

@@ -27,7 +27,7 @@ watch(props,(n,o)=>{
gfm: true,//允许 Git Hub标准的markdown gfm: true,//允许 Git Hub标准的markdown
tables: true,//支持表格 tables: true,//支持表格
breaks: false, breaks: true,
sanitize: false, sanitize: false,
smartLists: true, smartLists: true,
smartypants: false, smartypants: false,