charlesdevandiere/xmldoc2md

<returns> has leading whitespace

ThomasNieto opened this issue · 0 comments

I am not sure why the <return> tag appends leading whitespace while <summary> with the same leading whitespace doesn't. This causes the markdown create a code fence.

Excerpt from xml

            <returns>
            Returns something
            </returns>

Markdown

#### Returns

[Object](https://docs.microsoft.com/en-us/dotnet/api/system.object)<br>

            Returns something