summaryrefslogtreecommitdiff
path: root/doc/sandbox.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-27 22:59:04 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-27 22:59:04 +0000
commit391d22eaf358e8588ea065f696052209df6459c5 (patch)
treed05f3f131c9c8507b423ae0519d6b345e3014c38 /doc/sandbox.mdwn
parent1debcdaeaaaa34d4a3e1d221eba33349ecfd4186 (diff)
web commit by https://camrdale.myopenid.com/: Try putting span around a list
Diffstat (limited to 'doc/sandbox.mdwn')
-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>
+
----