/slidox

Markdown to PDF and HTML conversion tool. Useful for building presentations and other documents.

Primary LanguageCSSMIT LicenseMIT

Travis status

Slidox

Markdown to PDF and HTML conversion tool, useful for building presentations and other documents.

Dependencies

sudo apt-get install libicu-dev
sudo apt-get install cmake

Installation

Add this line to your application's Gemfile:

gem 'slidox'

And then execute:

$ bundle

Or install it yourself as:

$ gem install slidox

Usage

Generate new project

slidox new example

To build HTML and PDF from the project:

cd example
slidox build

You can tweak config.yml for export options and change styles with custom assets.

Contributing

  1. Fork it ( https://github.com/dalibor/slidox/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 new Pull Request