I am trying to update API documentation for REST APIs.
Currently, I have a C# Asp.net Web API code and Swashbuckle.AspNetCore. I am editing and adding XML comments in C# using Visual Studio to update the API documentation.
Is there a way I can do this using SwaggerHub or some other tool that lets me use Markdown.
I have not found any solutions for this online.