mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/15567
This commit is contained in:
parent
30b5473c76
commit
57ac3a6687
1 changed files with 0 additions and 4 deletions
|
@ -2618,10 +2618,6 @@ func exportTree(tree *parse.Tree, wysiwyg, keepFold, avHiddenCol bool,
|
|||
} else if av.KeyTypeTemplate == cell.Value.Type {
|
||||
if nil != cell.Value.Template {
|
||||
val = cell.Value.Template.Content
|
||||
if "<no value>" == val {
|
||||
val = ""
|
||||
}
|
||||
|
||||
val = strings.ReplaceAll(val, "\\|", "|")
|
||||
val = strings.ReplaceAll(val, "|", "\\|")
|
||||
col := table.GetColumn(cell.Value.KeyID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue