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
Here `<T>` is being parsed as raw HTML. See the CommonMark
spec to see why this is according to spec. (We don't limit
to known HTML tags.)
Since this is code, it is recommended that you put the
whole thing inside single backticks. If you don't want
to do that, you can backslash-escape the `<`.
cmark (tested with current git version) doesn't seem to encode < and > in headers. For example, this:
Converts:
(ideally the should be <T> etc)
The text was updated successfully, but these errors were encountered: