mirror of
https://github.com/maysoft/siyuan-unlock.git
synced 2026-06-02 06:17:37 +02:00
🎨 Improve HTML kbd clipping https://github.com/siyuan-note/siyuan/issues/12242
This commit is contained in:
@@ -1164,6 +1164,7 @@ func CreateWithMarkdown(boxID, hPath, md, parentID, id string, withMath bool) (r
|
||||
if withMath {
|
||||
luteEngine.SetInlineMath(true)
|
||||
}
|
||||
luteEngine.SetHTMLTag2TextMark(true)
|
||||
dom := luteEngine.Md2BlockDOM(md, false)
|
||||
retID, err = createDocsByHPath(box.ID, hPath, dom, parentID, id)
|
||||
WaitForWritingFiles()
|
||||
|
||||
Reference in New Issue
Block a user