Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-01-09 18:22:08 +08:00
parent ff72ff1f27
commit ca179523c3
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 15 additions and 7 deletions

View file

@ -2583,7 +2583,7 @@ func exportTree(tree *parse.Tree, wysiwyg, keepFold, avHiddenCol bool,
// 导出时去掉内容块闪卡样式 https://github.com/siyuan-note/siyuan/issues/7374
if n.IsBlock() {
n.RemoveIALAttr("custom-riff-decks")
n.RemoveIALAttr(NodeAttrRiffDecks)
}
switch n.Type {