This commit is contained in:
Liang Ding 2022-09-16 11:46:45 +08:00
parent 97726c2833
commit 9caf08c93b
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -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)