aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/sandbox.mdwn26
1 files changed, 23 insertions, 3 deletions
diff --git a/doc/sandbox.mdwn b/doc/sandbox.mdwn
index d9ec01f2d..17b441a10 100644
--- a/doc/sandbox.mdwn
+++ b/doc/sandbox.mdwn
@@ -1,8 +1,5 @@
# Sandbox
- # test
-
-
This is the [[SandBox]], a page anyone can edit to try out ikiwiki
(version [[!version ]]).
@@ -81,6 +78,29 @@ Bulleted list
_italic_
+
+
+### this shows a problem with the list and the verbatim
+
+Now we try to write a "code" block starting with a hash sign
+
+ # test 1,2,3
+ $ another test
+
+
+Now let's write the same block, with a bullest list preceding it.
+
+
+* This is a bullet list
+
+ # test 1,2,3
+ $ another test
+
+
+----
+
+
+
----
This **SandBox** is also a [[blog]]!