Skip to content
/ markdown-present Public template

markdown + pandoc + reveal.js + gh pages

Notifications You must be signed in to change notification settings

bonartm/markdown-present

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How To: Presentations with pandoc and reveal.js

  1. Download and install pandoc
    pip install pandoc
  2. Create your slides in a markdown file
  3. Run to convert your markdown slides.md into a html file index.html:
    pandoc -t revealjs slides.md -o index.html  \
        --mathjax \
        --standalone \
        --css=static/styles.css \
        --css=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css