Project

m2h

0.0
No commit activity in last 3 years
No release in over 3 years
styled markdown parser
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.0.0
 Project Readme

m2h

markdown to html compiler.

feature

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

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>
Options:
  -s, --serif   : font-family -> serif
  -d, --header  : with header
  -c, --cover   : with cover
  -h, --help    : show this messages
  -v, --version : show version infomation