0.1.9 • Published 7 years ago

markdown-cli-renderer v0.1.9

Weekly downloads
13
License
MIT
Repository
github
Last release
7 years ago

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