v0.6.0
Features
Markdown Support for Vertical Slides
It's now possible to create vertical slides when writing in markdown!
This is what a single vertical column looks like:
***
These
---
Slides
---
Are Vertical
In short-- you use ***
to start a column and ***
to (optionally) stop the column.
Check out the general introduction and several examples to get started.
Markdown Support for Tables
reveal-ck now supports Github Flavored Markdown for tables.
Specifically, you can now write this in your slides.md
and you'll get a full-on table:
Item | Value | Quantity
------------- | ------------- | ---------
Apples | $1 | 18
Lemonade | $2 | 20
Bread | $3.50 | 2
Take a look at these examples to get going.
General Update to reveal.js
This release pulls in the "dev" branch of the official reveal.js. Previously we'd been pulling in the master, and so, you'll get the latest reveal.js as of a few weeks ago.