dadhi / CsToMd

Visual Studio extension and Dotnet CLI Tool to generate the Markdown Docs from the C# Tests keeping your Docs and Tests in sync!
MIT License
36 stars 4 forks source link

Add the special comments to wrap the section into collapsible details #6

Closed dadhi closed 4 years ago

dadhi commented 4 years ago

Like this:

//md{ usings ...
using NUnit.Framework;
using DryIoc;
//md}
dadhi commented 4 years ago

done