mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 06:54:08 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
ff72ff1f27
commit
ca179523c3
3 changed files with 15 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue