(no commit message)
[ikiwiki.git] / sandbox.mdwn
1 This is the SandBox, a page anyone can edit to learn how to use the wiki..
2
3 -----
4
5 <p class="mytest">p test with a testclass!</p>
6
7 <table>
8   <thead>
9     <tr>
10       <th>Month</th>
11       <th>Savings</th>
12     </tr>
13   </thead>
14   <tbody>
15     <tr>
16       <td>January</td>
17       <td>$120</td>
18     </tr>
19     <tr>
20       <td>February</td>
21       <td>$80</td>
22     </tr>
23   </tbody>
24   <tfoot>
25     <tr>
26       <td>Sum</td>
27       <td>$180</td>
28     </tr>
29   </tfoot>
30 </table>
31
32 TEst123.
33
34 A pagespec test:
35 [[!testpagespec  pagespec="(!*/Discussion and !docs/*) and !(user(justin) or user(matthias) or user(swildner) or user(josepht) )" match="mascot and user(swildner)"]]
36
37 Text!!
38
39 CODEBLOCK:
40
41     this is a code
42     block, right here yo
43
44 > This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,
45 > consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
46 > Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
47
48 > Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse
49 > id sem consectetuer libero luctus adipiscing.
50
51 <pre>
52   HAHAHAHAHAH
53        even ... HAHAHAHAHA
54 </pre>
55
56 Here's some C code:
57
58 [[!format  c """
59 void main () {
60     printf("hello, world!");
61 }
62
63
64 """]]
65
66 Also a diff:
67
68 [[!format  diff """
69 -bar
70 +foo
71 """]]
72
73 Some markdown:
74
75 [[!format mdwn """
76 # This is a markdown header
77 ## This is another one
78
79
80 """]]
81
82 This a table attempt in this piece of junky ikiwiki format:
83
84     test a | test b
85     -------|--------
86     test c | test f
87
88 ----
89
90 Here's a paragraph. 
91
92 Here's another one with *emphasised* text.
93
94 # Header
95
96 ## Subheader
97
98 > This is a blockquote.
99 >
100 > This is the first level of quoting.
101 >
102 > > This is nested blockquote.
103 >
104 > Back to the first level.
105
106 Numbered list 
107
108 1. First item.
109 1. Another.
110 1. And another..
111
112 Bulleted list
113
114 * *item*
115 * item
116
117 Here's a link: [vKernelTips](http://www.dragonflybsd.org/docs/user/vKernelTips/)
118
119 [[ipfw3|/docs/ipfw3]]
120
121 [[named absolute internal link|/docs/handbook/FTP]]
122
123 [[named internal link|FTP]]
124
125 [[docs/developer/GEMdrmKMS]]
126
127 [[docs/developer/Manually_Build_X_and_Beyond]]
128
129 [[docs/faq/FAQ-English]]
130
131 [[sandbox/Testpage]]
132
133 [[ikiwiki/WikiLink]]
134
135 [[foo]]
136
137 [[tmpswildner]]
138
139 [[docs/howtos/swapcache]]
140
141 [[posix_checklists]]
142
143 [[i386_phaseout_discussion]]
144
145 [[true-FDE|/docs/howtos/encrypt-boot]]
146
147
148 <hr />
149
150 ## Broken Links
151
152 [[!brokenlinks]]
153
154
155 <hr />
156
157 ## Table test
158
159 [[!table  data="""
160 Customer |Amount
161 Fulanito |134,34
162 Menganito|234,56
163 Menganito|234,56
164 """]]
165
166 ## Orphan Pages and/or Files
167
168 [[!orphans  pages="* and !blog/*"]]