How does one escape the \"backslash square brackets\" \\[ \\] sequence in Markdown for GitHub? The sequence produces a ...
...
This has been fixed on github.com. I'm not sure when, but you can now escape square brackets with a single backlash. EG
\[Hello\]
is rendered as
[Hello]