Open
Description
If you write something like [this document](https://hackmd.org/@xyz/document)
, the rendering code will replace @xyz
with a github link, breaking the URL in the hackmd link.
This replacement needs to be markdown-aware, and shouldn't happen in (at least) code blocks and link targets. If that's not easily possible, then we should disable the username-replacement logic until it can be fixed.
#203 was a PR that resulted from having to work around this breakage.