You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: