mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 23:38:49 +01:00
🎨 Improve export preview https://github.com/siyuan-note/siyuan/issues/13857
This commit is contained in:
parent
9885e6eb9b
commit
0658c85b2e
3 changed files with 4 additions and 4 deletions
|
|
@ -709,7 +709,7 @@ func NewLute() (ret *lute.Lute) {
|
|||
return
|
||||
}
|
||||
|
||||
func EnableLuteInlineSyntax(luteEngine *lute.Lute) {
|
||||
func enableLuteInlineSyntax(luteEngine *lute.Lute) {
|
||||
luteEngine.SetInlineAsterisk(true)
|
||||
luteEngine.SetInlineUnderscore(true)
|
||||
luteEngine.SetSup(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue