dadhi/CsToMd

Ability to remove specific lines from the md output

dadhi opened this issue · 3 comments

dadhi commented

This way we can remove namespaces abd using noise from the documet if needed.

Example:

using System; // no-md
dadhi commented

Btw, it can be done with the help of collapsible section like this:

using (...)
using System;
using System.IO;
using CsToMd;
using static System.Console;
dadhi commented

added support for the default cstomd.config or for the config file provided as a second argument in the Dotnet CLI tool.

dadhi commented

Btw, it can be done with the help of collapsible section like this:

It is covered by #6