Also, do you have any plans on adding definition list parsing?
<dl>
<dt> blah </dt>
<dd> blah 2 </dd>
</dl>
I can convert them into other types of lists, but I'd prefer not to, and if you do plan on adding it, then I'll just wait.
(You can see an example of them used in the html file in the zip I included with that bug report)
|