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!
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)
That’s what I wrote, except that I escaped the first parenthesis; not doing that suppresses the hyperlinking. Thanks!
Current theme: default
Less Wrong (text)
Less Wrong (link)
Arrow keys: Next/previous image
Escape or click: Hide zoomed image
Space bar: Reset image size & position
Scroll to zoom in/out
(When zoomed in, drag to pan; double-click to close)
Keys shown in yellow (e.g., ]) are accesskeys, and require a browser-specific modifier key (or keys).
]
Keys shown in grey (e.g., ?) do not require any modifier keys.
?
Esc
h
f
a
m
v
c
r
q
t
u
o
,
.
/
s
n
e
;
Enter
[
\
k
i
l
=
-
0
′
1
2
3
4
5
6
7
8
9
→
↓
←
↑
Space
x
z
`
g
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!
If you write in the editor
then it’ll render as
which is what you’d need to write in the editor to get
That’s what I wrote, except that I escaped the first parenthesis; not doing that suppresses the hyperlinking. Thanks!