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:
$ bundleOr install it yourself as:
$ gem install slidoxUsage
Generate new project
slidox new exampleTo build HTML and PDF from the project:
cd example
slidox buildYou can tweak config.yml for export options and change styles with custom assets.
Contributing
- Fork it ( https://github.com/dalibor/slidox/fork )
- 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