-
gnab/remark: A simple, in-browser, markdown-driven slideshow tool.
-
FormidableLabs/spectacle: ReactJS based Presentation Library
-
deckjs/deck: Deck is a markdown driven content presentation system
-
Slides.com: Online UI for creating RevealJS decks (no markdown support yet, but maybe someday)
-
Platon.io: Simple markdown presentations, right in the browser, using remarkjs
-
Swipe: Create Interactive Online Presentations On Any Device
for CLI: https://github.com/zenomt/mdslides (sample presentation: https://zenomt.github.io/mdslides/mdslides.html )
it generates pure HTML+CSS presentations (no JavaScript). it's just a CSS stylesheet and an 8 line Awk script to replace slide delimiters with HTML to work with the stylesheet. bring your own (CommonMark) Markdown formatter (i like MD4C's
md2html).