Converts markdown of different types (GitHub, Habr, Dev) to each other. GitHub is also equivalent to VisualCode.
Platform: NET Core 3.1 (Crossplatform).
The following command:
dotnet MarkConv.Cli.dll -f "MyAwesomeArticle.md" -o Habr
Creates the output file MyAwesomeArticle-Common-Habr.md
.
All cli parameters are optional except of -f
.
File to convert.
Supported values:
- GitHub (Default)
- Habr
- Dev
Max length of line. 0
- not change, -1
- merge lines
Removes title header.
Windows & Linux Build Status |
---|