Fix wikilinks with special characters (e.g. ") rendering as " in note preview
marked encodes " → " in text nodes; linkifyWikilinks was double-escaping the &, producing visible " in the link text and broken href URLs
Decode marked's HTML entities on the matched title/label before re-escaping for attribute and text output
## Summary
- Fix wikilinks with special characters (e.g. `"`) rendering as `"` in note preview
- `marked` encodes `"` → `"` in text nodes; `linkifyWikilinks` was double-escaping the `&`, producing visible `"` in the link text and broken `href` URLs
- Decode marked's HTML entities on the matched title/label before re-escaping for attribute and text output
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
") rendering as"in note previewmarkedencodes"→"in text nodes;linkifyWikilinkswas double-escaping the&, producing visible"in the link text and brokenhrefURLs