Skip to content

Commit 94b29df

Browse files
authored
Update modules/markup/html.go
1 parent 4be5879 commit 94b29df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/markup/html.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ func replaceContentList(node *html.Node, i, j int, newNodes []*html.Node) {
568568
}
569569
}
570570

571-
func mentionProcessor(ctx *postProcessCtx, node *html.Node) { // TODO
571+
func mentionProcessor(ctx *postProcessCtx, node *html.Node) {
572572
// We replace only the first mention; other mentions will be addressed later
573573
found, loc := references.FindFirstMentionBytes([]byte(node.Data))
574574
if !found {

0 commit comments

Comments
 (0)