(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 comment will be formatted as *markdown*!
36
37     See [[bar.h]].
38 ""]]
39
40 ----
41
42 Here's a paragraph. 
43
44 Here's another one with *emphasised* text.
45
46 # Header
47
48 ## Subheader
49
50 > This is a blockquote.
51 >
52 > This is the first level of quoting.
53 >
54 > > This is nested blockquote.
55 >
56 > Back to the first level.
57
58 Numbered list 
59
60 1. First item.
61 1. Another.
62 1. And another..
63
64 Bulleted list
65
66 * *item*
67 * item
68
69 Here's a link: [vKernelTips](http://www.dragonflybsd.org/docs/user/vKernelTips/)
70
71 [[ipfw3|/docs/ipfw3]]
72
73 [[named absolute internal link|/docs/handbook/FTP]]
74
75 [[named internal link|FTP]]
76
77 [[docs/developer/GEMdrmKMS]]
78
79 [[docs/developer/Manually_Build_X_and_Beyond]]
80
81 [[docs/faq/FAQ-English]]
82
83 [[sandbox/Testpage]]
84
85 [[ikiwiki/WikiLink]]
86
87 [[foo]]
88
89 [[tmpswildner]]
90
91 [[docs/howtos/swapcache]]
92
93 [[posix_checklists]]
94
95 [[i386_phaseout_discussion]]
96
97
98 <hr />
99
100 ## Broken Links
101
102 [[!brokenlinks]]
103
104
105 <hr />
106
107 ## Table test
108
109 [[!table  data="""
110 Customer |Amount
111 Fulanito |134,34
112 Menganito|234,56
113 Menganito|234,56
114 """]]
115
116 ## Orphan Pages and/or Files
117
118 [[!orphans  pages="* and !blog/*"]]