Markdown Monster

Markdown Monster

An extensible Markdown Editor, Viewer and Weblog Publisher for Windows. Command Line Conversions

Category
Text
License
Perpetual
Platforms
Windows
Released
2016
Path
c:\markdownmonster\mmcli.exe
Benefits
Command Line Conversions
Version
Latest known: 4.4 (2026-05-31)

Examples

1. Converts markdown to HTML (using a theme).

mmcli.exe markdowntohtml -i "<markdownFile>" -o "<htmlFile>" --rendermode [html|fragment|packagedhtml|zip] --theme [<anyAvailableTheme>]

2. Converts HTML to markdown

mmcli.exe htmltomarkdown -i "<inputHtmlFile>" -o "<outputMarkdownFile>"

3. Converts markdown to a PDF (using a theme).

mmcli.exe markdowntopdf -i "<inputMarkdownFile>" -o "outputPdfFile" --theme [<anyAvailableTheme>] --orientation [Portrait|Landscape] --page-size [Letter|Legal|A4|B4]