mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-21 14:34:06 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
e0c7ef2128
commit
4f1e2857a7
1 changed files with 0 additions and 1 deletions
|
|
@ -223,7 +223,6 @@ func setNodeAttrs0(node *ast.Node, nameValues map[string]string) (oldAttrs map[s
|
|||
var tags []string
|
||||
tmp := strings.Split(value, ",")
|
||||
for _, t := range tmp {
|
||||
t = util.RemoveInvalid(t)
|
||||
t = strings.TrimSpace(t)
|
||||
if "" != t {
|
||||
tags = append(tags, t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue