3 Why doesn't the following work?..
4 [[!color foreground=white background=#ff0000 text="White text on red background"]]
10 Lorem ipsum dolor sit amet, consectetur adipiscing elit.
16 * thing 2 [[test page space allowed]]
18 * * sublist a? [[TestPage]]
19 * * sublist b [[testpage]]
24 [[!meta date="Thu Jun 16 22:04:33 2005" updated="Thu Dec 22 01:23:20 2011"]]
26 This is the [[SandBox]], a page anyone can edit to try out ikiwiki
27 (version [[!version ]]). Ikiwiki described on Wikipedia: [[!wikipedia Ikiwiki]].
34 What about [[this page]], nono better [[that page]]?
36 hello world (right back at ya)
38 wait how does versioning work
40 test, is it being saved? Probably. I will check. This seems really straightforward.
50 with leading and enclosed spaces
53 markdown `inline` single-backquotes?
59 ## two {#alt-link-name-not-working}
93 | test adfasdfasdfa | 2 |
96 Sort of formatted.. No borders, though.
99 > This is a blockquote.
101 > This is the first level of quoting.
104 > > This is a nested blockquote.
106 >> Without a space works too.
115 > Back to the first level.
117 > added a line in level 1
139 * footballs; runner; unices
150 > how is this handled
157 `test this code block`
158 [[!wikipedia War_of_1812]]
161 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
162 [[!haiku hint="sandbox play"]]
166 ## Different sorts of links:
169 * <http://ikiwiki.info/ikiwiki/formatting/>
170 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
171 * <http://www.gnu.org/>
172 * [GNU](http://www.gnu.org/)
173 * <a href="http://kitenet.net/~joey/">Joey's blog</a>
196 This **SandBox** is also a [[blog]]!
198 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]
204 This is an email link:
205 <a href="mailto:erik.josefsson@europarl.europa.eu?Subject=Hello%20again" target="_top">
209 What follows is some preformatted text. Each line is proceeded by four spaces.
222 ...Now why doesn't it work like that on my own copy of ikiwiki? :(
228 Testing. Test. 試験として書き込みします。
229 ℜ𝔢𝔞𝔩𝔩𝔶 𝔠𝔬𝔬𝔩 𝔣𝔬𝔫𝔱, 𝔪𝔞𝔫.
230 𝕀𝕗 𝕥𝕙𝕒𝕥'𝕤 𝕨𝕙𝕒𝕥 𝕪𝕠𝕦'𝕣𝕖 𝕚𝕟𝕥𝕠,
231 𝓟𝓮𝓻𝓼𝓸𝓷𝓪𝓵𝓵𝔂, 𝓘 𝓵𝓲𝓴𝓮 𝓪 𝓫𝓲𝓽 𝓸𝓯 𝓼𝓽𝔂𝓵𝓮. 𝓐𝓷𝓭 𝓬𝓵𝓪𝓼𝓼.
232 𝕭𝖚𝖙 𝕴 𝖉𝖔𝖓'𝖙 𝖍𝖆𝖛𝖊 𝖆 𝖇𝖚𝖌 𝖆𝖇𝖔𝖚𝖙 𝖎𝖙.
238 I must **emphasise** this.
247 int firstvalue = 5, secondvalue = 15;
250 p1 = &firstvalue; // p1 = address of firstvalue
251 p2 = &secondvalue; // p2 = address of secondvalue
252 *p1 = 10; // value pointed to by p1 = 10
253 *p2 = *p1; // value pointed to by p2 = value pointed to by p1
254 p1 = p2; // p1 = p2 (value of pointer is copied)
255 *p1 = 20; // value pointed to by p1 = 20
257 cout << "firstvalue is " << firstvalue << '\n';
258 cout << "secondvalue is " << secondvalue << '\n';
266 If you're using Debian or Ubuntu, ikiwiki is an apt-get install ikiwiki away. If you're not, see the download and install pages.
268 You may also want to try out IkiWiki in a container.