/m2h

Command line tool to convert markdown to HTML using redcarpet and rouge

Primary LanguageRubyApache License 2.0Apache-2.0

m2h

Command line tool to convert markdown to HTML using redcarpet and rouge

Usage

m2h [-s <STYLEFILE>...] [-t <PAGETITLE>] [-o <OUTPUTFILE>] <file>

Example:

m2h -s github.css -t "m2h - README" -o README.html README.md