NAME
App::Chorus::Slidedeck - presentation document for Chorus
VERSION
version 1.1.0
CHORUS ADDITIONAL MARKUP
Chorus adds a few custom shorcuts in addition of the regular Markdown syntax.
- Slides
-
Slides begin with a header, any one. If you want to add a vertical slide, append a
^
to the#
s.# A slide with a big title ## A slide with a slightly smaller title ##^ follow-up slide # Back to top-level
Also, the first <section> tag will be given the class 'title_slide' (useful for css rules).
- Metadata
-
Chorus accepts some pieces of metadata that can be put at the beginning of the document.
title: foo author: Me theme: default
If not given, the title will default to the first header found in the document. Likewise, the default Revealjs theme is (surprise) 'default'.
- Speaker notes
-
~ will become ~ a speaker ~ note ~~~ so will this ~~~
AUTHOR
Yanick Champoux <yanick@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Yanick Champoux.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.