* Serious reworking of HTML2Text to handle nested lists reasonably
[rss2maildir.git] / tests / html / nestedorderedlists-wellformed.html
1 <ol>
2     <li>When the clock strikes one
3         <ol>
4             <li>Weird things happen</li>
5             <li>Really weird things</li>
6         </ol>
7     </li>
8     <li>And then we go on
9         <ol>
10             <li>first item</li>
11             <li>second item</li>
12         </ol>
13     </li>
14 </dl>