🎨 Improve tag escaping

This commit is contained in:
Daniel 2025-04-29 11:50:00 +08:00
parent c62e178652
commit 63e6c099f0
No known key found for this signature in database
GPG Key ID: 86211BA83DF03017

View File

@ -52,7 +52,7 @@ func docTagSpans(n *ast.Node) (ret []*Span) {
RootID: n.ID,
Box: n.Box,
Path: n.Path,
Content: escaped,
Content: tag,
Markdown: markdown,
Type: "tag",
IAL: "",