impressive-markdown icon indicating copy to clipboard operation
impressive-markdown copied to clipboard

Generate fancy impress.js presentations using markdown.

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