🐞 fix(VerticalHeader): 允许HTML渲染

This commit is contained in:
IGCrystal
2025-07-04 22:45:26 +08:00
committed by Soulter
parent 63ec99f67a
commit 4e275384b0
@@ -12,7 +12,7 @@ import { useI18n } from '@/i18n/composables';
// 配置markdown-it,默认安全设置
const md = new MarkdownIt({
html: false, // 启用HTML标签
html: true, // 启用HTML标签
breaks: true, // 换行转<br>
linkify: true, // 自动转链接
typographer: false // 禁用智能引号