aab478359b
marked encodes " to " in text nodes, causing linkifyWikilinks to double-escape it (& → &) so the visible link text showed " instead of the actual character. Decode marked's entities on the matched title/label before running escapeHtmlAttr so the output is correct in both the href attribute and the visible link text. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>