I have searched open and closed issues as well as the documentation. I hope i have not missed something. If so, sorry for the inconvenience and i would love it if you could point me in the right direction as to what it is i'm doing wrong.
Somehow, when a class implements a generic interface, the links just end in a '<'
I've attached a zip file containing a small project including its generated .md file that shows this issue
DefaultDocumentationTestWithGenerics.zip
It seems to affect almost all occurrences of generics in headers (see how it displays the method returning a "Task<string>"
Is this by design? Can this be fixed by configuration?
I have searched open and closed issues as well as the documentation. I hope i have not missed something. If so, sorry for the inconvenience and i would love it if you could point me in the right direction as to what it is i'm doing wrong.
Somehow, when a class implements a generic interface, the links just end in a '<'
I've attached a zip file containing a small project including its generated .md file that shows this issue
DefaultDocumentationTestWithGenerics.zip
It seems to affect almost all occurrences of generics in headers (see how it displays the method returning a "Task<string>"
Is this by design? Can this be fixed by configuration?