0.1.0 • Published 3 years ago

present-markdown v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

present-markdown

Create presentations of markdown files.

npx present-markdown my-presentation.md

Getting Started

  1. Create a markdown file with your slides separated by ---. For example, create demo.md:
# I'm the slide title.
Hello world.

---

# Second slide.
  1. Run npx present-markdown demo.md.

  2. Go to http://localhost:3000

Credits