Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
c7b973d656
1 changed files with 1 additions and 0 deletions
|
@ -545,6 +545,7 @@ func Preview(id string) (retStdHTML string, retOutline []*Path) {
|
|||
Conf.Export.AddTitle)
|
||||
luteEngine := NewLute()
|
||||
luteEngine.SetFootnotes(true)
|
||||
addBlockIALNodes(tree, false)
|
||||
md := treenode.FormatNode(tree.Root, luteEngine)
|
||||
tree = parse.Parse("", []byte(md), luteEngine.ParseOptions)
|
||||
retStdHTML = luteEngine.ProtylePreview(tree, luteEngine.RenderOptions)
|
||||
|
|
Loading…
Add table
Reference in a new issue