ciphergoth comments on E-Prime - Less Wrong

9 Post author: CannibalSmith 08 April 2009 01:01PM

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

Comments (18)

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

Comment author: ciphergoth 08 April 2009 06:58:39PM *  1 point [-]

Top tip: use backslashes to escape brackets in links, like this [something](http://foo.com/link_\(brackets\))

EDIT: figured out how to stop hyperlinking by reading Vladimir_Nesov's comment below. The trick is not to escape the first open parenthesis!

Comment author: Vladimir_Nesov 08 April 2009 08:07:38PM *  0 points [-]

If you write in the editor

\[something\](http://example.com/link_\\\(brackets\\\))

then it'll render as

[something](http://example.com/link_\(brackets\))

which is what you'd need to write in the editor to get

something

Comment author: ciphergoth 09 April 2009 03:36:22PM *  0 points [-]

That's what I wrote, except that I escaped the first parenthesis; not doing that suppresses the hyperlinking. Thanks!