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 are using < and > in the block, when producing valid XML documentation, the tool does not convert them to < and > when creating the markdown.
An example is found in your documentation also. Vsxmd.exe <input-XML-path> [output-Markdown-path]
It is a major issue because sample code for generics or conditional logic looks "ugly" in the exported markdown.
Summary etc. is not affected and works as it should.
The text was updated successfully, but these errors were encountered:
If you are using
<
and>
in theblock, when producing valid XML documentation, the tool does not convert them to < and > when creating the markdown.
An example is found in your documentation also.
Vsxmd.exe <input-XML-path> [output-Markdown-path]
It is a major issue because sample code for generics or conditional logic looks "ugly" in the exported markdown.
Summary etc. is not affected and works as it should.
The text was updated successfully, but these errors were encountered: