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

FilBot3/pandoc_markdown_revealjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandoc with Markdown and Reveal.js

Overview

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

Requirements

I also used Vim with coc.nvim and the coc-markdownlint plugin.

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