mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +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 {
|
||||
luteEngine.SetInlineMath(true)
|
||||
}
|
||||
luteEngine.SetHTMLTag2TextMark(true)
|
||||
dom := luteEngine.Md2BlockDOM(md, false)
|
||||
retID, err = createDocsByHPath(box.ID, hPath, dom, parentID, id)
|
||||
WaitForWritingFiles()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue