4
votes
1answer
31 views

Feeds do not contain new-style duplicate links

I see that duplicate links are no longer part of the question text. I think this is a fine change (especially that they are no longer marked up as blockquotes), other than ensuring there are ...
12
votes
2answers
116 views

Automatic “possible duplicate” message strips “http://” from duplicate title

I noticed something when this question was closed as a duplicate of this one: Is it valid to replace http:// with // in a <script src=“…”>? The "possible duplicate" ...
23
votes
2answers
210 views

The title of the inserted link for a duplicate question should be properly escaped

This question was recently closed as a duplicate of (![]+[])[+[]]… Explain why this works. However, the inserted link blows up as the weird title does not get escaped properly in the resulting ...
3
votes
0answers
72 views

Possible duplicate header misformats question titles containing double underscores

This question was recently closed as a duplicate of Python (and Python C API):__new__ vs __init__. Both my link here and the Possible duplicate header have the same problem - they interpret the ...
8
votes
1answer
102 views

URL in duplicate titles wonkify related links

Very similar to @Gnome's earlier question. The markdown for automagically-inserted duplicate links breaks if the duplicate contains a URL in the title. In this case, markdown splits the URL into its ...
7
votes
1answer
79 views

Backslashes in duplicate titles break inserted links

If a question's title has a backslash, inserted "possible duplicate" links are broken (check revision histories, both have since been fixed). I'm not familiar with all of the markdown parsing, but ...