0.01
No commit activity in last 3 years
No release in over 3 years
Convert markdown files and wikis to html.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 5.8.3, ~> 5.8
>= 10.4.2, ~> 10.4

Runtime

>= 0.6.9, ~> 0.6
>= 2.2.2, ~> 2.2
 Project Readme

Markdown2Html

Overview

Convert local markdown files or entire GitHub wikis to html.

Installation

  gem install markdown2html

Usage

Local conversion

  markdown2html file.md
  markdown2html file1.md file2.md ...

The html file will be created in the same directory with a similar name and the .html extension.

GitHub wiki

  markdown2html plataformatec/devise

This command clones the wiki in the current directory and then it converts each md file on it to html.