Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 885 Bytes

README.md

File metadata and controls

54 lines (35 loc) · 885 Bytes

reveal-md

Installation:

npm install -g reveal-md

Usage:

Syntax

Slide styling:

<!-- .slide: data-background="./Images/header.svg" data-background-repeat="none" data-background-size="40% 40%" data-background-position="center 10%" class="header" -->

Change background color:

<!-- .slide: data-background="#087CB8" -->

Signal a horizontal slide transition

<!-- > -->

Signal a vertical slide transition

<!-- v -->

Local Presentation

This starts a local server and opens any Markdown file as a reveal.js presentation in the default browser.

$ reveal-md Lessons/

Generate Slides

Generate static HTML (for GitHub Pages):

$ reveal-md Lessons/ --static Slides

Resources

For more information, check out the reveal-md documentation.