1.0.1 • Published 7 years ago

md2html-plus v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

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:

examples.png