mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-02 07:49:13 +08:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
bc6843417a
@ -2229,6 +2229,7 @@ func exportTree(tree *parse.Tree, wysiwyg, keepFold, avHiddenCol bool,
|
||||
if n.IsTextMarkType("inline-memo") {
|
||||
text.Type = ast.NodeTextMark
|
||||
text.TextMarkType = "inline-memo"
|
||||
text.TextMarkTextContent = linkText
|
||||
text.TextMarkInlineMemoContent = n.TextMarkInlineMemoContent
|
||||
}
|
||||
n.InsertBefore(&ast.Node{Type: ast.NodeFootnotesRef, Tokens: []byte("^" + refFoot.refNum), FootnotesRefId: refFoot.refNum, FootnotesRefLabel: []byte("^" + refFoot.refNum)})
|
||||
|
Loading…
Reference in New Issue
Block a user