Vorago / pandoc-presentations

Convert .md files into html presentations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Convert .md files into html presentations

License:MIT License


Languages

Language:HTML 99.6%Language:Python 0.4%