How does one escape the \"backslash square brackets\" \\[ \\] sequence in Markdown for GitHub? The sequence produces a ...
...
I have resorted to surrounding my bracketed string with backticks: `[[320,50],[300,250]]`
Which turns it into: [[320,50],[300,250]] So now my array doesn't turn into a link.
[[320,50],[300,250]]