I have a XML comment like this:
<summary>
some comment...
var attr = member.GetAttribute[Type]();
</summary>
In the generated markdown, this [Type]() is treated as an empty link which is not what it supposed to be. It seems DefaultDocumentation is assuming that all XML comments are valid markdown. Do you want to consider validating XML comments before turning them into markdown?
I have a XML comment like this:
In the generated markdown, this
[Type]()is treated as an empty link which is not what it supposed to be. It seems DefaultDocumentation is assuming that all XML comments are valid markdown. Do you want to consider validating XML comments before turning them into markdown?