press space to start
A web component for presenters
<markdown-deck markdown="# 🦄" />
prev / next: left right
first / last: up down
★ D ★
★ ESC ★
★ P ★
then CMD+P
(save as pdf)
Web Components ABC
<script src="https://unpkg.com/markdown-deck"></script>
<markdown-deck markdown="# Title">
</markdown-deck>
Attributes
<markdown-deck
markdown="# Title"
index="0"
hotkey
hashsync
></markdown-deck>
Attributes
markdown="# Title"
The markdownindex="0"
Slide indexhotkey
Enable hotkeyshashsync
Sync with location hash
More Attributes
src="deck.md"
Load external md filecss="deck.css"
Load custom css file
### Write inline style tag within markdown
<style>
.slide { background: url(...) center; background-size: cover }
.content { filter: invert() }
code { opacity: 0.8 }
</style>
https://github.com/amio/markdown-deck
One More Thing
npm install -g eloc