- Download and install
pandoc
pip install pandoc
- Create your slides in a markdown file
- Run to convert your markdown
slides.md
into a html fileindex.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
-
Notifications
You must be signed in to change notification settings - Fork 0
markdown + pandoc + reveal.js + gh pages
bonartm/markdown-present
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
markdown + pandoc + reveal.js + gh pages