diff options
author | 2016-11-16 17:40:01 +0200 | |
---|---|---|
committer | 2016-11-16 17:40:01 +0200 | |
commit | 11c216470c30e4c200e46e1b51d721a549f440d6 (patch) | |
tree | 03ad20c67decf7da4d52e5679c2fd22dd8f5eaa6 /doc/backends/deckjs/example/example-template.asciidoc | |
parent | e46e3f598e52112b9db21d6faabde7a5c87341cb (diff) | |
parent | efba1bd2c32391c443a9dbaf0fffa6468bb681c6 (diff) |
Merge branch 'master' to rx_features phase 0.5
Signed-off-by: imarom <imarom@cisco.com>
Diffstat (limited to 'doc/backends/deckjs/example/example-template.asciidoc')
-rw-r--r-- | doc/backends/deckjs/example/example-template.asciidoc | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/backends/deckjs/example/example-template.asciidoc b/doc/backends/deckjs/example/example-template.asciidoc new file mode 100644 index 00000000..7875b2a1 --- /dev/null +++ b/doc/backends/deckjs/example/example-template.asciidoc @@ -0,0 +1,54 @@ +deck.js Support for Asciidoc +============================= +:author: Foo Bar +:email: <foo@bar.org> +:description: just a template file. +:revdate: 2011-12-16 +:revnumber: 0.1 +/////////////////////// + Themes that you can choose includes: + web-2.0, swiss, neon, beamer +/////////////////////// +:deckjs_theme: web-2.0 +/////////////////////// + Transitions that you can choose includes: + fade, horizontal-slide, vertical-slide +/////////////////////// +:deckjs_transition: horizontal-slide +/////////////////////// + AsciiDoc use `source-highlight` as default highlighter. + + Styles available for pygment highlighter: + monokai, manni, perldoc, borland, colorful, default, murphy, vs, trac, + tango, fruity, autumn, bw, emacs, vim, pastie, friendly, native, + + Uncomment following two lines if you want to highlight your code + with `Pygments`. +/////////////////////// +//:pygments: +//:pygments_style: native +/////////////////////// + Uncomment following line if you want to scroll inside slides + with {down,up} arrow keys. +/////////////////////// +//:scrollable: +/////////////////////// + Uncomment following line if you want to link css and js file + from outside instead of embedding them into the output file. +/////////////////////// +//:linkcss: +/////////////////////// + Uncomment following line if you want to count each incremental + bullet as a new slide +/////////////////////// +//:count_nested: + +== Slide One + +[incremental="true"] + * item 1 + * item 2 + +== Slide Two + +That's all. |