comparison sample.markdown @ 7:ed9fa78349f2

Update sample and README
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Thu, 20 Nov 2014 11:09:10 +0900
parents 7ebef75a44eb
children
comparison
equal deleted inserted replaced
6:d24173772691 7:ed9fa78349f2
1 title: Shower Presentation Template 1 title: Sample for slideshow-cr
2 author: Vadim Makeev, Opera Software 2 author: Hoge
3 profile: Concurrency Reliance Laboratory <br> Department of Information Engineering <br> University of The Ryukyus
3 4
4 %% todo: add support for breaking slides on h2 instead of h1 to s9 generator 5 # sample of slideshow-cr
6 * [slideshow](http://slideshow-s9.github.io/) is slideshow generator from markdown.
7 * It's slideshow template for Concurrency Reliance Laboratory
5 8
6 # Header 9 # How to Install
10 * Please README.
7 11
8 This `<tool>` is provided __without__ warranty, guarantee, 12 # How to Use
9 or much in the way of explanation. Note that use of this tool may or may 13 * Insert it in head of your slide markdown.
10 not crash _your_ browser. 14
15 ```
16 title: hoge
17 author: fuga
18 profile: piyo
19 ```
20
21 * run it `` slideshow build slide.md -t cr``
22
23 # Convert Samples
24 * Intfoduce markdown convert rule in after slides.
25
26 # Header is '#'
11 27
12 # Unordered List 28 # Unordered List
13 29 - Unordered item A
14 - This tool is provided 30 - Unordered item B
15 - Without warranty, guarantee 31 - nested item A
16 - Or much in the way of explanation 32 - nested item B
17 - Note that use of this tool 33 - Unordered item C
18 - May or may not crash your browser
19 - Lock up your machine
20 - Erase your hard drive
21 34
22 # Ordered List 35 # Ordered List
23
24 1. Note that use of this tool 36 1. Note that use of this tool
25 2. Erase your hard drive. 37 2. Erase your hard drive.
26 3. May or may not crash your browser 38 3. May or may not crash your browser
27 1. This tool is provided 39 1. This tool is provided
28 2. Or much in the way of explanation 40 2. Or much in the way of explanation
29 3. Without warranty, guarantee 41 3. Without warranty, guarantee
30 4. Lock up your machine 42 4. Lock up your machine
31 43
32 # Thank You 44 <!-- vim: set filetype=markdown.slide: -->
33
34 Questions? Comments?