mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve HTML kbd clipping https://github.com/siyuan-note/siyuan/issues/12242
This commit is contained in:
parent
19ceaf050a
commit
4ac3e9d397
1 changed files with 1 additions and 0 deletions
|
|
@ -1164,6 +1164,7 @@ func CreateWithMarkdown(boxID, hPath, md, parentID, id string, withMath bool) (r
|
||||||
if withMath {
|
if withMath {
|
||||||
luteEngine.SetInlineMath(true)
|
luteEngine.SetInlineMath(true)
|
||||||
}
|
}
|
||||||
|
luteEngine.SetHTMLTag2TextMark(true)
|
||||||
dom := luteEngine.Md2BlockDOM(md, false)
|
dom := luteEngine.Md2BlockDOM(md, false)
|
||||||
retID, err = createDocsByHPath(box.ID, hPath, dom, parentID, id)
|
retID, err = createDocsByHPath(box.ID, hPath, dom, parentID, id)
|
||||||
WaitForWritingFiles()
|
WaitForWritingFiles()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue