README.md in reveal-ck-0.6.2 vs README.md in reveal-ck-3.0.0

- old
+ new

@@ -2,10 +2,19 @@ [![Gem Version](https://badge.fury.io/rb/reveal-ck.svg)](http://badge.fury.io/rb/reveal-ck) reveal-ck helps you author [reveal.js][reveal.js] presentations. +You can create slides in numerous languages, but the most popular is +Markdown. And not just any markdown-- it's markdown like you write on +https://github.com, so it supports: + +* emoji (:money_with_wings:) +* automatic links (https://github.com) +* @mentions (@jedcn) +* GFM tables + ## How do I get started? * Install [the reveal-ck gem][reveal-ck-gem] * Copy and paste the following, and save it in a file named `slides.md`: @@ -15,21 +24,44 @@ ## This is your * presentation * content * in a single file --- -1. markdown -2. html -3. erb -4. haml -5. slim -6. ruby +## Slides are Separated with `---` --- +## Vertical Sections.. +Start and End with `***` +*** +These +--- +Slides +--- +Are +--- +Vertical!! +*** ## :zap: LiveReload is builtin :zap: +with `reveal-ck serve` --- +## :metal: emoji comes standard :money_with_wings: +--- +## What's up with the "-ck"? +It stands for construction kit. +--- +# So, if you're not +a fan of Markdown you can also use + +1. html +2. erb +3. haml +4. slim +5. ruby (DSL) +--- ## See also: http://jedcn.github.io/reveal-ck/ --- +## Might be helpful: +https://relishapp.com/jedcn/reveal-ck/ ## Questions? Problems? Let me know, @jedcn --- # Thanks! ```