I had installed Redoc with NSwag package in my WebApi projects. But I found that a lot of features are not working in the output API documents:
The tag of Example, code is not showing in the document
/// <example> /// Example request here /// </example>
Not sure if it should be work if I follow the tag recommendation from Microsoft?
Because I found that none of the tag is working fine as Redoc samples except "Param", "Returns"
Update:
I tried the set the remarks like this:
/// <remarks>Line1 /// /// Line2 /// Line3 /// </remarks>
But it had became: