-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme-benchmark.rab
136 lines (92 loc) · 2 KB
/
theme-benchmark.rab
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
= テーマ\nベンチマーク
: author
須藤 功平
: institution
COZMIXNG
: date
2007/06/24
: allotted-time
10m
= これはなに?
テーマ確認用スライド
* 基本的な要素を含む
= 箇条書き
* レベル1-1
* レベル2-1
* レベル2-2
* レベル3
* レベル1-2
= 順序つきリスト
(1) レベル1-1
(1) レベル2-1
(1) レベル2-2
(1) レベル3
(1) レベル1-2
= 複合リスト
(1) レベル1-1
* レベル2-1
* レベル2-2
* レベル3
(1) レベル1-2
= 説明リスト
: Lavie
Rabbitのマスコット
: Rabbitショッカー
らびっとゆーざずぐるーぷ
= 説明リスト+箇条書き
: 見出し1
* レベル1-1
* レベル1-2
: 見出し2
* レベル1-1
* レベル1-2
= 画像
# image
# src = lavie.png
# relative_height = 100
= 画像: 見出し付き
# image
# src = lavie.png
# caption = Lavie
# relative_height = 100
= 整形済みテキスト
require 'drb'
uri =
'druby://localhost:10101/'
rabbit =
DRbObject.new_with_uri(uri)
rabbit.move_to_next_if_can
= ソース
# coderay ruby
class You
def love?(it)
it == "Rabbit"
end
end
= 引用: タイトル付き
# blockquote
# title = The Matrix
You take the ((*red pill*)), you stay in Wonderland and
I show you how deep the ((*rabbit-hole*)) goes.
= 引用: 箇条書付き
# blockquote
引用中の箇条書き
* レベル1
= 引用: アバター付き
# blockquote
# avatar = lavie.png
Rabbitはプログラマ向け(主にRubyist向け)のプレゼンテーションツール
です。
= 表
# RT
caption = シンプルな表
見出し1, 見出し2
内容1-1, 内容2-1
内容1-2, 内容2-2
= タイトルのみ
= 最後のスライド
新テーマ募集中
* 完全性は必要ない
* 一部未対応の要素有りでもOK
* 例: 複合リスト未対応
テーマのアイディアも募集中