Home

Awesome

:octocat: octodown

GemVersion Build Status

Ever wanted to easily preview what your markdown would look like exactly on Github? Ever wanted to do that from inside of a Terminal?

Octodown uses the same parsers and CSS that Github uses for their markdown rendering. Github markdown styling looks beautiful, so it is Octodown's primary goal to reproduce it as faithfully as possible.

Octodown GIF


Features

Installation

Requirements: Ruby >= 2.0

  1. Install icu4c and cmake:
  1. Install octodown:

Usage in VIM (optional):

Usage

  1. Keeping it simple (choose your files from a menu):
  1. Markdown preview styling:
  1. Unix lovers:

Notes

  1. With --stdin, octodown will read STDIN until EOF is reached.

Contributing

  1. Fork it ( https://github.com/ianks/octodown/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Run the test suite (bundle exec rake)
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request