bentarm comments on Issues, Bugs, and Requested Features - Less Wrong

10 Post author: Eliezer_Yudkowsky 26 February 2009 04:45PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (628)

You are viewing a single comment's thread.

Comment author: bentarm 23 March 2009 05:02:41PM *  2 points [-]

Not sure if this is already fixable, but I tried to post a link to the wikipedia page http://en.wikipedia.org/wiki/Martingale_(betting_system) in this comment, and the sofware reads the close bracket in the url as closing the bracket around the url (if you know what I mean...) is there a way around this? Or are there too few urls containing close-parentheses for it to be worth bothering about?

Edit: - looks like the same thing happened again!

Comment author: Vladimir_Nesov 23 March 2009 06:16:57PM *  1 point [-]

http://en.wikipedia.org/wiki/Martingale_(betting_system%29
You can use %29 ASCII code for the closing bracket instead of the bracket itself.

http://en.wikipedia.org/wiki/Martingale_(betting_system\)
You can also escape special symbols with a backslash \, so you may replace the ) with \). This is also useful for preventing the markup from, for example *italicizing* the words enclosed in ** (source code: \*italicizing\*).

Comment author: thomblake 24 March 2009 02:52:25PM *  1 point [-]

That doesn't seem to work.

EDIT: Ah, I see - the links deliberately have the encoded bits spelled out in them. I had thought it was unintentional.

Comment author: Vladimir_Nesov 24 March 2009 06:37:32PM 1 point [-]

Then you are doing something wrong, try again. Ask specific questions/describe what you are doing. I explained as well as looks necessary.