Benji Fisher
September 4, 2018
Use two hash tags (<h2>
element) to start a new
slide.
Use one hash tag (<h1>
element) to group
slides.
There are work-arounds, but they are ugly.
See the slides above and this one, for …
New lines in the head matter:
---
# ...
revealjs-url: 'reveal.js'
theme: isovera
css:
- 'https://fonts.googleapis.com/css?family=Roboto+Slab:700'
---
The theme
key refers to
reveal.js/css/theme/isovera.css
.
See the Isovera fork of Reveal.js.
default: meetup-2018-09-04.html
%.html: %.md
pandoc --standalone -t revealjs -o $@ $<
This slide deck by
Benji
Fisher is licensed under a
Creative
Commons Attribution-ShareAlike 4.0 International License.
Based on a work at
https://gitlab.com/benjifisher/slide-decks.