I added a comment to Jquery ID Selector Not Working but something strange is happening. The end code reads "); but SO decided to change that to ";);.

I did not add a ; in front of ).
|
I added a comment to Jquery ID Selector Not Working but something strange is happening. The end code reads "); but SO decided to change that to ";);.
I did not add a ; in front of ). |
||||
|
To explain what happens here:
is turned into
The auto-linker sees this as a link to Granted, this is isn't exactly the expected result. |
|||||||||||||
|
|
I was able to reproduce it We were trying
But as jao said in the comments
The code that jao is copy / pasting is
As balpha demonstrated in an example
is turned into
The Try the code with |
||||
|
|
` `(backtick) – Alpine Mar 19 '11 at 13:18"http://xyz.com/a/b/c"--> "xyz.com/a/b/c" So the bug is valid, although users really should be putting code into backticks, as has been discussed before some users don't have backticks on their keyboard, and thus far Stack Exchange has chosen not to implement another method of adding code blocks into comments. It would seem that either Stack Exchange should fix this bug or add another method to delineate code blocks in comments. – Adam Davis Mar 19 '11 at 16:48