[pmwiki-devel] <dd> in the middle of <ul>?
Peter Bowers
pbowers at pobox.com
Mon May 16 23:50:22 CDT 2011
I am trying to get a round-trip markup->html->markup and am having a
strange issue with bulleted lists.
This markup:
* LEVEL 1
*** LEVEL 3
(note the movement from a single * to 3 *s without an intermediate 2
*s) results in this HTML:
<ul><li>LEVEL 1
<dl><dd><ul><li>LEVEL 3
</li></ul></dd></dl></li></ul>
when I expected this HTML:
<ul><li>LEVEL 1
<ul><ul><li>LEVEL 3
</li></ul></ul></li></ul>
Is this intentional? Or is it a bug?
-Peter
More information about the pmwiki-devel
mailing list