-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme-benchmark.hiki
101 lines (70 loc) · 1.48 KB
/
theme-benchmark.hiki
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
! テーマ\nベンチマーク
:author: 須藤 功平
:institution: COZMIXNG
:date:2007/06/24
:allotted-time:10m
! これはなに?
テーマ確認用スライド
* 基本的な要素を含む
! 箇条書き
* レベル1-1
** レベル2-1
** レベル2-2
*** レベル3
* レベル1-2
! 順序つきリスト
# レベル1-1
## レベル2-1
## レベル2-2
### レベル3
# レベル1-2
! 複合リスト
# レベル1-1
** レベル2-1
** レベル2-2
*** レベル3
# レベル1-2
! 説明リスト
:Lavie:Rabbitのマスコット
:Rabbitショッカー:らびっとゆーざずぐるーぷ
! 画像
{{image("lavie.png",
:relative_height => 100)}}
! 画像: 見出し付き
{{image("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
>>>
! ソース
<<< ruby
class You
def love?(it)
it == "Rabbit"
end
end
>>>
! 引用
"" You take the ''red pill'', you stay in Wonderland and
"" I show you how deep the ''rabbit-hole'' goes.
! 引用: 箇条書付き
"" 引用中の箇条書き
"" * レベル1
! 表
||!見出し1||!見出し2||
||内容1-1||内容2-1||
||内容1-2||内容2-2||
! タイトルのみ
! 最後のスライド
新テーマ募集中
* 完全性は必要ない
** 一部未対応の要素有りでもOK
** 例: 複合リスト未対応
テーマのアイディアも募集中