KvanTTT / MarkConv

:memo: Convert GitHub to Habr or Dev Markdown with additional features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:memo: Convert GitHub to Habr or Dev Markdown with additional features

License:Apache License 2.0


Languages

Language:C# 97.8%Language:ANTLR 2.2%