GHPreview::InstantMarkdownD
GHPreview::InstantMarkdownD is a small server that is compatible with instant-markdown-d.
It uses ghpreview
for previewing Markdown files.
See also
Prerequisites
You'll need the icu library.
If you're on a Mac
$ brew install icu4c
or on Ubuntu
$ sudo apt-get install libicu-dev
Installation
$ gem install ghpreview-instant_markdown_d
Usage
See instant-markdown-d.
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 new Pull Request