Possible Duplicate:
Pasting SO search links with explicit tags into comments does not work as expected.
Update The work around is to urlencode characters in your link, %5B and %5D for [ and ] respectively. Duplicate of this question
Sorry Jeff, I know you were already annoyed earlier about url contents, but here's another problem.
Steps:
- Create a search such as: "development why [osx] [mac]"
- Copy search from the address bar and paste in a comment, such as in http://stackoverflow.com/questions/1217311/using-mac-for-development (see 4th comment under question).
Result:
The tags in the search are excluded from the url and are shown as plain text
Expected Result:
The url should include all tags entered in the search, i.e. "development why [osx] [mac]" (note that this works in the wmd editor). Is it possible to add url markup to the comments as with bold/italic?
Reasoning:
If a site generates url's, then those url's should be parsed correctly on that site. Granted that there are probably some url's that can't be handled unambiguously.