/pandoc-presentations

Convert .md files into html presentations

Primary LanguageHTMLMIT LicenseMIT

Synopsis

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

It uses Docker for running Pandoc conversion from .md into reveal.js presentation

Usage

cd pandoc-presentations
python convert.py <absolute-path-to-directory-with-my-slides>

Sample

cd pandoc-presentations
python convert.py `pwd`/sample

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