1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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.
|