Multiple errors in LinkHelper #706

Open
opened 2026-01-29 14:43:34 +00:00 by claunia · 0 comments
Owner

Originally created by @snnz on GitHub (Dec 13, 2024).

Take a look at the examples in the attached file.

[link](/uri "a
\ \
title")
[foo]: /url (title) x

[foo]

All escaped backslashes in the title (no matter how many) are reduced to one:

[link](/uri "\\\\127.0.0.1")
Originally created by @snnz on GitHub (Dec 13, 2024). Take a look at the examples in the attached file. ### Not recognized as a link: ``` [link](/uri "a \ \ title") ``` ### Recognized as a link reference definition, although it should not be: ``` [foo]: /url (title) x [foo] ``` ### All escaped backslashes in the title (no matter how many) are reduced to one: ``` [link](/uri "\\\\127.0.0.1") ```
claunia added the bugPR Welcome! labels 2026-01-29 14:43:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#706