present-markdown
v0.1.0
Published
Present Markdown slides, fast
Downloads
4
Maintainers
Readme
present-markdown
Create presentations of markdown files.
npx present-markdown my-presentation.md
Getting Started
- Create a markdown file with your slides separated by
---
. For example, createdemo.md
:
# I'm the slide title.
Hello world.
---
# Second slide.
Run
npx present-markdown demo.md
.Go to
http://localhost:3000