Skip to content
/ MarkConv Public
forked from KvanTTT/MarkConv

📝 Convert GitHub to Habr or Dev Markdown with additional features

License

Notifications You must be signed in to change notification settings

s1l2/MarkConv

 
 

Repository files navigation

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

📝 Convert GitHub to Habr or Dev Markdown with additional features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.8%
  • ANTLR 2.2%