projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1debcda
)
web commit by https://camrdale.myopenid.com/: Try putting span around a list
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 27 Sep 2007 22:59:04 +0000
(22:59 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 27 Sep 2007 22:59:04 +0000
(22:59 +0000)
doc/sandbox.mdwn
patch
|
blob
|
history
diff --git
a/doc/sandbox.mdwn
b/doc/sandbox.mdwn
index 5fcd549f4c438ec56e380c596ea62efc348eb6a2..0d3740bbdd61526774c85d9e667574b3aff87322 100644
(file)
--- 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>
+
----