impressive-markdown
v0.0.15
Published
Generate Impress.js presentations using a simple Markdown syntax
Downloads
6
Readme
Impressive Markdown
Generate fancy impress.js presentation with using markdown.
Here's a usage example:
I love making fancy slides
~
Don't you just love images:
![Birdies](http://i.imgur.com/GgEGbsN.jpg)
~
Here are some bullets:
1. Build lean start-up
1. ...
1. Profit
~
Here's a sexy [Link](http://www.google.com)
Slides are separated with "~"
Then convert it to HTML
$ convert my-prez.md "My awesome title"
$ open my-prez.html
TODO
- Convert whole thing to simple executable
- Add to NPM