mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
✨ 行级元素支持多重样式类型 https://github.com/siyuan-note/siyuan/issues/2911
This commit is contained in:
parent
97726c2833
commit
9caf08c93b
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue