This commit is contained in:
Daniel 2025-01-31 09:50:37 +08:00
parent bd34115c9a
commit 9ea85963cc
No known key found for this signature in database
GPG Key ID: 86211BA83DF03017

View File

@ -585,6 +585,7 @@ func buildBlockBreadcrumb(node *ast.Node, excludeTypes []string, isEmbedBlock bo
}
name = gulu.Str.SubStr(renderBlockText(b, excludeTypes, true), maxNameLen)
name = util.UnescapeHTML(name)
name = util.EscapeHTML(name)
ret = append([]*BlockPath{{
ID: b.ID,