m2h

markdown to html compiler.

feature

  • page-break
    • '////' 4 or more slashes.
  • header style
    • with title and page-number
  • cover

Installation

Install it yourself as:

$ gem install m2h

Or dd this line to your application's Gemfile:

gem 'm2h'

And then execute:

$ bundle

Usage

Usage  : m2h <markdonw_file1> <markdonw_file2> ...
Options:
  -s, --serif   : font-family -> serif
  -c, --cover   : with cover page
  -h, --help    : show this messages
  -v, --version : show version infomation