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
- 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