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
The problem is that markdown handles @ different when it's part of a (markdown) code block. Outside of a code block it's printed as '@'.
I've fixed this. So may be in the future version, you type only @ - that's it. The only necessary step is that Raffael ( @Abnaxos ) merge the pull request #64- funny, my pull request has the same number like the @ symbol ;-).
See the detailed description of the corresponding changes:
The following code doesn't work:
It gives out:
Neither this works:
It produces:
Or this way:
Which omit the
@
in the rendered result:The text was updated successfully, but these errors were encountered: