mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 06:30:14 +01:00
✨ Callout block https://github.com/siyuan-note/siyuan/issues/16051
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
c5987e566f
commit
323b9345fc
3 changed files with 4 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ func NewLute() (ret *lute.Lute) {
|
|||
ret.SetCodeSyntaxHighlight(false)
|
||||
ret.SetSanitize(true)
|
||||
ret.SetUnorderedListMarker("-")
|
||||
ret.SetCallout(true)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue