mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 06:30:14 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
65ec365f57
commit
c60d5ce42f
1 changed files with 0 additions and 4 deletions
|
|
@ -236,10 +236,6 @@ func setNodeAttrs0(node *ast.Node, nameValues map[string]string) (oldAttrs map[s
|
|||
normalizeKeysToLower(nameValues)
|
||||
|
||||
for name, value := range nameValues {
|
||||
if "id" == name {
|
||||
continue
|
||||
}
|
||||
|
||||
value = util.RemoveInvalidRetainCtrl(value)
|
||||
value = strings.TrimSpace(value)
|
||||
value = strings.TrimSuffix(value, ",")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue