Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2025-04-29 16:34:37 +08:00
commit 6892ebf164

View File

@ -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: "",