mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Improve tag escaping
This commit is contained in:
parent
c62e178652
commit
63e6c099f0
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ func docTagSpans(n *ast.Node) (ret []*Span) {
|
||||||
RootID: n.ID,
|
RootID: n.ID,
|
||||||
Box: n.Box,
|
Box: n.Box,
|
||||||
Path: n.Path,
|
Path: n.Path,
|
||||||
Content: escaped,
|
Content: tag,
|
||||||
Markdown: markdown,
|
Markdown: markdown,
|
||||||
Type: "tag",
|
Type: "tag",
|
||||||
IAL: "",
|
IAL: "",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue