Skip to content

Commit 79a261a

Browse files
committed
CHANGELOG and version
1 parent 3737900 commit 79a261a

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
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)

lib/reveal-ck/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# RevealCK::VERSION is the current version of reveal-ck
22
module RevealCK
3-
VERSION = '0.5.1'
3+
VERSION = '0.6.0'
44
end

0 commit comments

Comments
 (0)