@@ -307,6 +307,7 @@ new Vditor('vditor', {
| sanitize | 是否启用过滤 XSS | true |
| listStyle | 为列表添加 data-style 属性 | false |
| linkBase | 链接前缀 | '' |
+| mark | 启用 mark 标记 | false |
#### options.preview.theme
@@ -292,6 +292,7 @@ new Vditor('vditor', {
| sanitize | Use XSS | true |
| listStyle | add data-style attribute | false |
| linkBase | link prefix | '' |
+| mark | enable mark tag | false |
#### options.preview.math