]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/sandbox.mdwn
Add French basewiki translation from the Debian French l10n team, including Philippe...
[ikiwiki.git] / doc / sandbox.mdwn
index b8790d8ca786b644be66229f62cde37bd894e79c..96b880b348d2c680925f9e1e8bb0d859aee43f73 100644 (file)
@@ -15,9 +15,7 @@ Guten Morgen aus Deutschland. Wir mögen Umläuter (ich weiß, der Plural ist fa
 
 ☺ becomes ☺ 
 
-<script>
-   alert("If this pops, ikiwiki is not cross site scripting safe.")
-</script>
+<script>alert("If this pops, ikiwiki is not cross site scripting safe."); /* Fortunately, this does not work. */</script>
 
 --- 
 I try to have a discussion page !!!
@@ -173,3 +171,13 @@ testing
 [[!toc  levels=2]]
 
 [[Mamma Mia]]
+
+----
+
+[[!format  c """
+void main () {
+    printf("hello, world!");
+}
+"""]]
+
+