buybuydandavis comments on What math is essential to the art of rationality? - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (62)
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
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)
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
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).