- fix bin/deck "theme" option bug
- replace CodeRay with Highlight - https://highlightjs.org
- fix link CSS
- bugfix for Ruby 2.0
- bring deck.js up to date (https://github.com/imakewebthings/deck.js/commit/069f63294abe8c2bfd0e3c9b34d26090802c4f46)
- add --style and --transition options
- improve table of contents style
- rename [toc] link to [contents]
- lines beginning with
.notes
are skipped
- require rack >= 1.4.1
- require erector >= 0.9.0
- !VIDEO directive to embed youtube videos
- better table styling (overriding deck.js which strips most style from tables)
- simple table of contents ([toc] link on lower left)
- remove "build" command
- just say "deck foo.md" now, not "deck run foo.md"
- can name showoff.json file with a suffix e.g. showoff-intro.json
- binary now takes a -p $PORT or --port $PORT option which is passed to the Rack server
- binary supports -v/--version option
- fix bug under 1.8.7 ("can't convert File into String")
- update to new version of deck.js (with improved scale extension)