summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/sandbox.mdwn11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/sandbox.mdwn b/doc/sandbox.mdwn
index 5fcd549f4..0d3740bbd 100644
--- a/doc/sandbox.mdwn
+++ b/doc/sandbox.mdwn
@@ -83,15 +83,22 @@ Bulleted list
-----
-<div class ="whatever">
+<div class="whatever">
-Try putting divs around a list:
+Try putting divs around a list doesn't work:
* first item
* second item
</div>
+span also doesn't work:
+
+<span class="whatever">
+* first item
+* second item
+</span>
+
----