# VimwikiMarkdown This gem allows vimwiki pages written in (github enhanced) markdown to be converted to HTML. It is currently a work in progress (but working for me ;) ## Installation Add this line to your application's Gemfile: gem 'vimwiki_markdown' And then execute: $ bundle Or install it yourself as: $ gem install vimwiki_markdown ## Contributing 1. Fork it ( https://github.com/patrickdavey/vimwiki_markdown/fork ) 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