This repository has been archived by the owner on May 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
test_slides
63 lines (56 loc) · 1.5 KB
/
test_slides
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
55
56
57
58
59
60
61
62
63
Test Slideshow
!TITLE
Title of your slideshow
Subtitle
Subsubtitle
!SECTION
A section
!BULLETS
A bullet list
- can use
* any reasonable
+ bullet
!CODE: language=ruby, callout=1,2,-4
class Foo
attr_reader :bar
attr_writer :bar
end
!IMAGE
test/slideshow/rudy.png
!COMMANDLINE
> ls
-rw-r--r-- 1 David staff 97 Aug 28 10:03 trickster.rdoc
-rw-r--r-- 1 David staff 1339 Aug 28 10:03 Rakefile
-rw-r--r-- 1 David staff 25 Aug 28 10:03 Gemfile
drwxr-xr-x 7 David staff 238 Sep 10 16:53 js
drwxr-xr-x 6 David staff 204 Sep 10 16:53 features
drwxr-xr-x 3 David staff 102 Sep 10 16:53 erb
drwxr-xr-x 5 David staff 170 Sep 10 16:53 css
-rw-r--r-- 1 David staff 1254 Sep 10 16:53 trickster.gemspec
drwxr-xr-x 3 David staff 102 Sep 10 16:53 bin
-rw-r--r-- 1 David staff 150 Sep 10 16:53 TODO
-rw-r--r-- 1 David staff 1563 Sep 10 16:53 Gemfile.lock
drwxr-xr-x 4 David staff 136 Sep 10 16:58 lib
-rw-r--r-- 1 David staff 3991 Sep 10 17:01 README.rdoc
drwxr-xr-x 3 David staff 102 Sep 10 17:07 tmp
-rw-r--r-- 1 David staff 87290 Sep 10 17:07 results.html
drwxr-xr-x 9 David staff 306 Sep 10 17:19 test
> rm *
!FREEFORM
<h1>This is a freeform slide</h1>
<table>
<thead><tr>
<th>Name</th><th>Age</th><th>Role</th>
</tr></thead>
<tbody>
<tr>
<td>Dave</td><td>40</td><td>Husband</td>
</tr>
<tr>
<td>Amy</td><td>One shouldn't ask</td><td>Wife</td>
</tr>
<tr>
<td>Rudy</td><td>13</td><td>Cat</td>
</tr>
</tbody>
</table>