]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/sandbox.mdwn
web commit by https://camrdale.myopenid.com/: Try putting span around a list
[ikiwiki.git] / 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>
+
 ----