mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve HTML table clipping https://github.com/siyuan-note/siyuan/issues/14688
This commit is contained in:
parent
06a6365cd5
commit
f97d573333
4 changed files with 5 additions and 4 deletions
|
|
@ -80,6 +80,7 @@ func NewLute() (ret *lute.Lute) {
|
|||
ret.SetLinkRef(false)
|
||||
ret.SetCodeSyntaxHighlight(false)
|
||||
ret.SetSanitize(true)
|
||||
ret.SetUnorderedListMarker("-")
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue