orthonormal comments on Issues, Bugs, and Requested Features - 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 (628)
As demonstrated in this comment, there doesn't appear to be a way to make a working link in a comment if the URL contains a close-parenthesis, as this is scanned as the end of the URL.
Not so. Lookit: parenthesis You have to escape the close parenthesis in the URL with a backslash, \) like so.
Ah, thanks.