Is the XML <code> and <example> tags not supported? #78
Replies: 1 comment 6 replies
-
|
they definitely are. I copy/pasted your xml input (with the closing |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a few projects that I'm currently adding (a lot of) XML documentation for but it seems the
<code>tag does not yield "code block" markdown. Here's an example (XML):This gets MD-rendered like this:
Seems the leading
tag is simply removed while the closingtag is retained but no code block is being generated. Also,<and>aren't rendered as<and>. Am I doing something wrong or is this just not supported?Beta Was this translation helpful? Give feedback.
All reactions