Skip to content

An example of how to use Pandoc with Markdown and Reveal.js

Notifications You must be signed in to change notification settings

lscarton/pandoc_markdown_revealjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandoc with Markdown and Reveal.js

Forked from https://github.com/FilBot3/pandoc_markdown_revealjs Updated to use Reveal.js 4.5

Overview

Using pandoc convert markdown files into a reveal.js slide show to oooh and aww your participants.

Requirements

Setup

Run the following Makefile command. If you don't have make installed or available, you'll need to type or copy the commands into your terminal.

make download-revealjs

Usage

Write stuff in the src/ directory. Then add the new files to the list of inputs for pandoc in the Makefile. Once that is complete, run the following command:

make build

You can load the resultant dist/index.html file directly into Firefox, or use a web server, like Python's http.server to serve it.

make http

About

An example of how to use Pandoc with Markdown and Reveal.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%