🎨 Clean code
This commit is contained in:
parent
3acb6310a5
commit
ec8854566f
1 changed files with 5 additions and 6 deletions
|
@ -266,12 +266,11 @@ var typeAbbrMap = map[string]string{
|
||||||
"NodeThematicBreak": "tb",
|
"NodeThematicBreak": "tb",
|
||||||
"NodeVideo": "video",
|
"NodeVideo": "video",
|
||||||
"NodeAudio": "audio",
|
"NodeAudio": "audio",
|
||||||
// 行级元素 TODO: 移除旧版中的行级元素实现代码 https://github.com/siyuan-note/siyuan/issues/6819
|
"NodeText": "text",
|
||||||
"NodeText": "text",
|
"NodeImage": "img",
|
||||||
"NodeImage": "img",
|
"NodeLinkText": "link_text",
|
||||||
"NodeLinkText": "link_text",
|
"NodeLinkDest": "link_dest",
|
||||||
"NodeLinkDest": "link_dest",
|
"NodeTextMark": "textmark",
|
||||||
"NodeTextMark": "textmark",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var abbrTypeMap = map[string]string{}
|
var abbrTypeMap = map[string]string{}
|
||||||
|
|
Loading…
Add table
Reference in a new issue