Vladimir_Nesov 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. Show more comments above.

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.