npm install -g reveal-md
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 -->
This starts a local server and opens any Markdown file as a reveal.js presentation in the default browser.
$ reveal-md Lessons/
Generate static HTML (for GitHub Pages):
$ reveal-md Lessons/ --static Slides
For more information, check out the reveal-md documentation.