mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-03 02:27:00 +00:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user