Skip to content

Commit

Permalink
🎨 Improve HTML kbd clipping #12242
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Aug 12, 2024
1 parent 19ceaf0 commit 4ac3e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/model/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4ac3e9d

Please sign in to comment.