μPresent

Fork me on GitHub

μPresent compiles Markdown into HTML5 for beautiful, light-weight presentations.

μPresent's syntax is elegant:

Sample Presentation Title theme: Modern Dark ----------- # My Presentation Made with uPresent and love :) ----------- # My Slide Header ~ A bullet point ~ Another bullet point

And μPresent's themes look beautiful and professional (try clicking it and using the arrow keys):

μPresent is tiny (under 700 line of code at the time of writing) and written in simple JavaScript code with nearley

Finally, μPresent is a true compiler, which means the resulting presentation will not contain the entire μPresent codebase like other HTML5 presentations solutions do, making for simpler, faster code. Presentations made with μPresent can be read with the links web browser!

Try the web-based IDE, use the web-based compiler, get it on npm, or star and read the docs!

Syntax

One underscore is _italics_. Two asterisks are **bold**.

One hashtag at the beginning of the line creates a header:

# Header

Brackets around a label followed by parantheses around a URL creates a [link](http://github.com/bobbybee/uPresent

Or, just put a link with nothing around it to make an unnamed link http://github.com/bobbybee/uPresent

~ Lists are constructed with a tilde character at the beginning of a line

    ~~ And for extra information, use two tildes

Last (but certainly not least), a bunch of hyphens make a new slide

-------------