mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 03:48:48 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
5e79f142ae
1 changed files with 3 additions and 0 deletions
|
|
@ -345,6 +345,9 @@ func resolveEmbedR(n *ast.Node, blockEmbedMode int, luteEngine *lute.Lute, resol
|
|||
inserts = append(inserts, subNode)
|
||||
}
|
||||
}
|
||||
if 2 < len(n.KramdownIAL) && 0 < len(inserts) {
|
||||
inserts[0].KramdownIAL = n.KramdownIAL
|
||||
}
|
||||
for _, insert := range inserts {
|
||||
n.InsertBefore(insert)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue