Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 830 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 830 Bytes

MarkConv (Markdown Converter)

Converts markdown of different types (GitHub, Habr, Dev) to each other. GitHub is also equivalent to VisualCode.

Platform: NET Core 3.1 (Crossplatform).

Using

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.

-f

File to convert.

-i or -o

Supported values:

  • GitHub (Default)
  • Habr
  • Dev

-l or --lineslength

Max length of line. 0 - not change, -1 - merge lines

--removetitleheader

Removes title header.

Build Status

Windows & Linux Build Status
Build status