瀏覽代碼

:sparkles: 行级元素支持多重样式类型 https://github.com/siyuan-note/siyuan/issues/2911

Liang Ding 2 年之前
父節點
當前提交
9caf08c93b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      kernel/util/lute.go

+ 1 - 0
kernel/util/lute.go

@@ -20,6 +20,7 @@ import "github.com/88250/lute"
 
 func NewLute() (ret *lute.Lute) {
 	ret = lute.New()
+	ret.SetTextMark(true)
 	ret.SetProtyleWYSIWYG(true)
 	ret.SetBlockRef(true)
 	ret.SetFileAnnotationRef(true)