(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 TEst123.
5
6 A pagespec test:
7 [[!testpagespec  pagespec="(!*/Discussion and !docs/*) and !(user(justin) or user(matthias) or user(swildner) or user(josepht) )" match="mascot and user(swildner)"]]
8
9 Text!!
10
11 <pre>
12   HAHAHAHAHAH
13        even ... HAHAHAHAHA
14 </pre>
15
16 Here's some C code:
17
18 [[!format  c """
19 void main () {
20     printf("hello, world!");
21 }
22
23 Also a diff:
24
25 """]]
26
27 [[!format  diff """
28 -bar
29 +foo
30 """]]
31
32 Some markdown:
33
34 [[!format mdwn """
35 # This is a markdown header
36 ## This is another one
37
38
39 """]]
40
41
42
43
44 ----
45
46 Here's a paragraph. 
47
48 Here's another one with *emphasised* text.
49
50 # Header
51
52 ## Subheader
53
54 > This is a blockquote.
55 >
56 > This is the first level of quoting.
57 >
58 > > This is nested blockquote.
59 >
60 > Back to the first level.
61
62 Numbered list 
63
64 1. First item.
65 1. Another.
66 1. And another..
67
68 Bulleted list
69
70 * *item*
71 * item
72
73 Here's a link: [vKernelTips](http://www.dragonflybsd.org/docs/user/vKernelTips/)
74
75 [[ipfw3|/docs/ipfw3]]
76
77 [[named absolute internal link|/docs/handbook/FTP]]
78
79 [[named internal link|FTP]]
80
81 [[docs/developer/GEMdrmKMS]]
82
83 [[docs/developer/Manually_Build_X_and_Beyond]]
84
85 [[docs/faq/FAQ-English]]
86
87 [[sandbox/Testpage]]
88
89 [[ikiwiki/WikiLink]]
90
91 [[foo]]
92
93 [[tmpswildner]]
94
95 [[docs/howtos/swapcache]]
96
97 [[posix_checklists]]
98
99 [[i386_phaseout_discussion]]
100
101
102 <hr />
103
104 ## Broken Links
105
106 [[!brokenlinks]]
107
108
109 <hr />
110
111 ## Table test
112
113 [[!table  data="""
114 Customer |Amount
115 Fulanito |134,34
116 Menganito|234,56
117 Menganito|234,56
118 """]]
119
120 ## Orphan Pages and/or Files
121
122 [[!orphans  pages="* and !blog/*"]]