From 9caf08c93b9b749bb6fa529fd2077791fd21c715 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 16 Sep 2022 11:46:45 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E8=A1=8C=E7=BA=A7=E5=85=83?= =?UTF-8?q?=E7=B4=A0=E6=94=AF=E6=8C=81=E5=A4=9A=E9=87=8D=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=20https://github.com/siyuan-note/siyuan/issu?= =?UTF-8?q?es/2911?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/util/lute.go | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/util/lute.go b/kernel/util/lute.go index 076e04d2d..2caf8875a 100644 --- a/kernel/util/lute.go +++ b/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)