An open API service indexing awesome lists of open source software.

https://github.com/Vorago/pandoc-presentations

Convert .md files into html presentations
https://github.com/Vorago/pandoc-presentations

generated markdown pandoc pandoc-markdown presentation

Last synced: about 1 year ago
JSON representation

Convert .md files into html presentations

Awesome Lists containing this project

README

          

# Synopsis
This is a tool to batch convert markdown files into presentations focused on easy setup process.

It uses [Docker](https://www.docker.com/) for running [Pandoc](http://pandoc.org/) conversion from .md into [reveal.js](https://github.com/hakimel/reveal.js/) presentation

# Usage

~~~{.sh}
cd pandoc-presentations
python convert.py
~~~

# Sample

~~~{.sh}
cd pandoc-presentations
python convert.py `pwd`/sample
~~~

The result can be seen in pandoc-presentations/sample/result/01.html