[](https://travis-ci.org/gnab/remark) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4ADT27
npm install remark-slide

A simple, in-browser, markdown-driven slideshow tool targeted at people who know their way around HTML and CSS, featuring:
- Markdown formatting, with smart extensions
- Presenter mode, with cloned slideshow view
- Syntax highlighting, supporting a range of languages
- Slide scaling, thus similar appearance on all devices / resolutions
- Touch support for smart phones and pads, i.e. swipe to navigate slides
Check out this remark slideshow for a brief introduction.
To render your Markdown-based slideshow on the fly, checkout Remarkise.
It takes only a few, simple steps to get up and running with remark:
1. Create a HTML file to contain your slideshow (see below)
2. Open the HTML file in a decent browser
3. Edit the Markdown and/or CSS styles as needed, save and refresh!
Below is a boilerplate HTML file to get you started:
``html
class: center, middle
---
1. Introduction
2. Deep-dive
3. ...
---
``
For more information on using remark, please check out the wiki pages.
On using remark:
- The Official remark Slideshow
- Coloured Terminal Listings in remark by joshbode
Other interesting stuff:
- gnab.github.com/editorjs
- judoole.github.com/GroovyBDD
- kjbekkelund.github.com/nith-coffeescript
- kjbekkelund.github.com/js-architecture-backbone
- bekkopen.github.com/infrastruktur-som-kode
- ivarconr.github.com/Test-Driven-Web-Development/slides
- havard.github.com/node.js-intro-norwegian
- mobmad.github.com/js-tdd-erfaringer
- torgeir.github.com/busterjs-lightning-talk
- roberto.github.com/ruby-sinform-2012
- http://asmeurer.github.io/python3-presentation/slides.html
- Lecture notes using remark
- Big Data in Time - Progress and Challenges from Oceanography
- http://platon.io
- Remarkymark (Remark.js in Middleman)
- Remark Boilerplate
Converting to PDF is primarily supported via Chrome's Print to PDF feature. You may need to tweak a bit to have the PDF look as expected as Chrome's print preview tends to change with every new release of Chrome (See #50 for some details).
Alternatively, you can use DeckTape, a PDF exporter for HTML presentation frameworks that provides support for remark.
- kjbekkelund
- DanTup
- freakboy3742
- nanoant
- gurjeet
- torgeir
- junderhill
- gureckis
- hfukada
- danielstankiewicz
- andrewgaul
- tripu
- kud
- toenuff
- obfusk
- trumbitta
- peter50216
- mhor
- roberto
- camerond
- avdv
- WouterSioen
- tchajed
- venthur
- mathiasbynens
- aminb
- sol
remark is licensed under the MIT license. See LICENSE for further
details.