Skip to content

Instantly share code, notes, and snippets.

@elijahmanor
Last active October 21, 2022 18:25
Show Gist options
  • Save elijahmanor/f5831a9b7c01284c7c00 to your computer and use it in GitHub Desktop.
Save elijahmanor/f5831a9b7c01284c7c00 to your computer and use it in GitHub Desktop.
Reveal.js External Markdown
<!doctype html>
<html lang="en">
<!-- ... -->
<body>
<div class="reveal">
<div class="slides">
<section data-markdown="slides.md"
data-separator="^\n---\n$"
data-vertical="^\n------\n$"
data-notes="^Notes:"
data-charset="iso-8859-15">
</section>
</div>
</div>
<!-- ... -->
</body>
</html>

Title

Subheading

Notes: Examples notes


Point 1

Important quote here


Point 1 -> Subpoint A

  • Subpoint
  • Subpoint

Notes: Remmeber to say something funny here...


Point 1 -> Subpoint B

Hello point 1, subpoint b


Point 2

These bullets appear one at a time

  • Fragment a
  • Fragment b

Point 3

  • This slide is a different color!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment