md2html-plus
v1.0.1
Published
Convert markdown file and markdown file with embedded latex formula into html.
Downloads
1
Readme
md2html
md2html is a tool to conver markdown file into html file. Besides markdown conversion, md2html also support embedded latx formula conversion and code highlight.
Install
$ npm install md2html-plus -g
Usage
Usage: md2html [options] <markdown-file ...>
Options:
-V, --version output the version number
-w, --with-html-head wrap generated html file with html tag.
-h, --help output usage information
Example
There is example markdown file in directory examples directory, let's see the result after conversion.
Conver markdown file into html file:
$ md2html -w examples/examples.md
and the result html: