Tool to build a pretty presetations in html format from single markdown file.
Writting using python and reveal.js
Small and simple.
Just write a markdown in file:
Presentation title
==================
Slide title
-----------
Some slide taxt
And call the pythentation with this file name as argument.
Unpack.
Write some markdown (ex. my-markdown.md)
Generate html:
python pythentation/__init__.py my-markdown.md