Skip to content

malcp/markdown-cli-renderer

Repository files navigation

markdown-cli-renderer

Build Status NPM version

Markdown to html conversion tool.

Simple conversion tool that just works. It supports PlantUML, math typesetting and mermaid. Graphics are embedded into the HTML so only one file is generated.

This tool relies on @shd101wyy/mume.

Install

sudo npm install markdown-cli-renderer -g

Uninstall

sudo npm uninstall markdown-cli-renderer -g

Usage

markdown-cli-renderer <origin file path> <destination file path>

Bugs

When you find issues, please report them:

Be sure to include all of the output from the command that didn't work as expected.

Install from source

Build and install

npm install && npm run build && sudo npm install -g