If you paste PHP code into an issue comment and it has a URL in it it gets garbled, doubtless due to the order of filters on the input format. Here's an example so you can see it in action, first inside code tags to show what the raw input is:

// See http://www.google.com/
php info();
// See http://www.google.com/
php info();

Comments

avpaderno’s picture

This has been already reported. The problem is the weight assigned to the different input filters; if I recall correctly, the input filter that highlights the code is executed after the one that automatically changes the URLs in links.

I will reported the duplicated issue when I find it.

mr.baileys’s picture