]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by https://camrdale.myopenid.com/: Try putting span around a list
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 27 Sep 2007 22:59:04 +0000 (22:59 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 27 Sep 2007 22:59:04 +0000 (22:59 +0000)
doc/sandbox.mdwn

index 5fcd549f4c438ec56e380c596ea62efc348eb6a2..0d3740bbdd61526774c85d9e667574b3aff87322 100644 (file)
@@ -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>
+
 ----