The following wiki code generates invalid XML and the
resulting HTML is also invalid.
The problem is with item "1." The list item gets a
closing tag before the first CRLF character instead of
before the beginning of the next list item.
This is the XML that gets generated and it is invalid
because the two lines after are not enlosed in
either LI or UL tags.
Some more text about first subitem....
End of this subitem.
The correct XML should be this: