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