convert markdown file to html
MarkdownをHTMLに変換するコマンドです
con-markdown-html test.md
Usage: con-markdown-html [options] <markdown-file ...>
Options:
-V, --version output the version number
-c, --css <path> add markdown style file
-l, --hljs <name> change highlight.js style file. (default vs2015.css
-b, --break new line to <br>
-e, --ext <extname> output file ext (html format)
-h, --help output usage information