lijunle / Vsxmd

VS XML documentation -> Markdown syntax.
MIT License
215 stars 51 forks source link

&lt; and &gt; in comments are not getting replaced with < and > #72

Open zerox981 opened 5 years ago

zerox981 commented 5 years ago

If you are using &lt; and &gt; 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 &lt;input-XML-path&gt; [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.

PForever commented 3 years ago

There is still have problem for the code section image image