buybuydandavis comments on What math is essential to the art of rationality? - Less Wrong

16 Post author: Capla 15 October 2014 02:44AM

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

Comments (62)

You are viewing a single comment's thread. Show more comments above.

Comment author: buybuydandavis 18 October 2014 06:29:11PM *  -1 points [-]

That seems rather tedious for blog comments.

Why doesn't \ work as an escape character here?

This section in the FAQ about escapes and links just doesn't seem to work as advertised: http://wiki.lesswrong.com/wiki/FAQ#How_do_I_make_a_comment.3F

Links: [link text](link URL)
Note that URLs with parentheses often come out wrong - type a backslash ("\") before each close-paren to fix these.

http://thiqaruni.org/mathpdf9/\(86\).pdf

http://thiqaruni.org/mathpdf9/(86\).pdf

[http://thiqaruni.org/mathpdf9/(86\).pdf] ( http://thiqaruni.org/mathpdf9/(86\).pdf)

Maybe if I put some text in between? The first one below is the same as the previous one above, where the text and url have a carriage return between them. The second removes the carriage return so it is all on one line. The third removes the backslash in the url portion.

[http://thiqaruni.org/mathpdf9/(86\).pdf] ( http://thiqaruni.org/mathpdf9/(86\).pdf)

<http://thiqaruni.org/mathpdf9/(86\>).pdf.pdf)

<http://thiqaruni.org/mathpdf9/(86>).pdf.pdf)

Comment author: 9eB1 19 October 2014 05:15:28AM *  0 points [-]

Yes, that does seem to work for me. I think you must be typing it wrong somehow. Or it's some crazy bug.

Edit: I see, the problem is when it looks for links to automatically promote them if you don't use Markdown syntax. I guess escaping the parenthesis doesn't work there.

Should look like this:

[http://thiqaruni.org/mathpdf9/(86\).pdf](http://thiqaruni.org/mathpdf9/(86\).pdf)

http://thiqaruni.org/mathpdf9/(86).pdf

You don't actually have to escape the close parenthesis in the "link text" park of the Markdown (in square brackets), only in the URL part (in parentheses).