Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
216dc408ff
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
Reference in a new issue