Project

gmdprev

0.0
No commit activity in last 3 years
No release in over 3 years
Convert Github flavored Markdown into HTML.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 0
>= 0.9.2

Runtime

 Project Readme

GMDPrev Gem Version

GMDPrev (GitHub Markdown Preview) allows you to convert your Github flavored Markdown into HTML. Useful for getting a rough idea how the rendered Markdown will look on Github (without the CSS formatting).

Usage

gmdprev file.markdown

Build from source

First, you will need echoe:

[sudo] gem install echoe

Then just:

rake manifest

rake makegem

Install:

[sudo] gem install gmdprev-<version>.gem

Clean up with:

rake cleanup

Install

gmdprev is available as a Ruby gem. Install with:

[sudo] gem install gmdprev

Dependencies

Programs:

  • Ruby 1.9+
  • RubyGems 1.8.5+

Depends on the following Ruby gems, which should be retrieved automatically:

Otherwise, install with [sudo] gem install redcarpet github-markup

License

This utility is licensed as github-markup is.