mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 20:00:17 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
bc6843417a
1 changed files with 1 additions and 0 deletions
|
|
@ -2229,6 +2229,7 @@ func exportTree(tree *parse.Tree, wysiwyg, keepFold, avHiddenCol bool,
|
||||||
if n.IsTextMarkType("inline-memo") {
|
if n.IsTextMarkType("inline-memo") {
|
||||||
text.Type = ast.NodeTextMark
|
text.Type = ast.NodeTextMark
|
||||||
text.TextMarkType = "inline-memo"
|
text.TextMarkType = "inline-memo"
|
||||||
|
text.TextMarkTextContent = linkText
|
||||||
text.TextMarkInlineMemoContent = n.TextMarkInlineMemoContent
|
text.TextMarkInlineMemoContent = n.TextMarkInlineMemoContent
|
||||||
}
|
}
|
||||||
n.InsertBefore(&ast.Node{Type: ast.NodeFootnotesRef, Tokens: []byte("^" + refFoot.refNum), FootnotesRefId: refFoot.refNum, FootnotesRefLabel: []byte("^" + refFoot.refNum)})
|
n.InsertBefore(&ast.Node{Type: ast.NodeFootnotesRef, Tokens: []byte("^" + refFoot.refNum), FootnotesRefId: refFoot.refNum, FootnotesRefLabel: []byte("^" + refFoot.refNum)})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue