Browse Source

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

Liang Ding 2 years ago
parent
commit
9caf08c93b
1 changed files with 1 additions and 0 deletions
  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)