jekyll-pandoc-multiple-formats
By fauno
Use pandoc to generate your site in multiple formats. Supports pandoc’s markdown extensions
To install, add this to your Gemfile:
gem "jekyll-pandoc-multiple-formats"
  and run bundle install. To use, run Jekyll with
  bundle exec preceding it:
$ bundle exec jekyll build
$ bundle exec jekyll serve