No commit activity in last 3 years
No release in over 3 years
Parsing a Markdown File and transform it to a Simple HTML File.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0

Runtime

 Project Readme

Markdown To Simple HTML

This is just a simple Ruby Gem for parsing any Markdown File to a Simple HTML File.

Installation

You can install it in just one command:

$ gem install markdown_to_simple_html

Usage

Type this in your terminal:

$ md

and you will see a message like following:

$ Please type your markdown file name:

just type your markdown filename but no .md, for example(test.md), type:

$ test

and if your are using Mac OSX, then your default browser will be opened.

Enjoy it!

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About Author

I'm Kevin, a Web Developer living in Taiwan. If you want to know more about me, you can visit my blog.