File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1+ ### 0.6.0 / 2014-11-01
2+
3+ [ full changelog] ( https://github.com/jedcn/reveal-ck/compare/v0.5.1...v0.6.0 )
4+
5+ #### Feature: Support GFM Markdown for Tables
6+
7+ This is a fix for Issue #21 .
8+
9+ In short, you can now write something like this:
10+
11+ ``` markdown
12+ Item | Value | Quantity
13+ ------------- | ------------- | ---------
14+ Apples | $1 | 18
15+ Lemonade | $2 | 20
16+ Bread | $3.50 | 2
17+ ```
18+
19+ And reveal-ck should turn it into a table and apply the latest
20+ reveal.js styling to it.
21+
22+ #### Feature: Provide Markdown notation for Vertical Slides
23+
24+ People have long asked for a notation within Markdown that supports
25+ vertical slides.
26+
27+ This is now possible, and an ` *** ` gets things going.
28+
129### 0.5.1 / 2014-11-01
230
331[ full changelog] ( https://github.com/jedcn/reveal-ck/compare/v0.5.0...v0.5.1 )
Original file line number Diff line number Diff line change 11# RevealCK::VERSION is the current version of reveal-ck
22module RevealCK
3- VERSION = '0.5.1 '
3+ VERSION = '0.6.0 '
44end
You can’t perform that action at this time.
0 commit comments