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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - 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.