<h2><a name="new__"><code>new()</code></a></h2>
<p>Constructor method. Accepts the following config options:</p>
<dl>
-<dt><strong><a name="item_foo">foo</a></strong><br />
-</dt>
+<dt><strong><a name="item_foo">foo</a></strong>
+
<dd>
-The foo item.
+<p>The foo item.</p>
</dd>
-<p></p>
-<dt><strong><a name="item_bar">bar</a></strong><br />
-</dt>
+</li>
+<dt><strong><a name="item_bar">bar</a></strong>
+
<dd>
-The bar item.
+<p>The bar item.</p>
</dd>
<p>This is a list within a list</p>
<ul>
-<li></li>
-The wiz item.
-<p></p>
-<li></li>
-The waz item.
-<p></p></ul>
-<dt><strong><a name="item_baz">baz</a></strong><br />
-</dt>
+<li>
+<p>The wiz item.</p>
+</li>
+<li>
+<p>The waz item.</p>
+</li>
+</ul>
+<dt><strong><a name="item_baz">baz</a></strong>
+
<dd>
-The baz item.
+<p>The baz item.</p>
</dd>
-<p></p></dl>
+</li>
+</dl>
<p>Title on the same line as the =item + * bullets</p>
<ul>
-<li><strong><a name="item_black_cat"><code>Black</code> Cat</a></strong><br />
-</li>
-<li><strong><a name="item_sat_on_the">Sat <em>on</em> the</a></strong><br />
-</li>
-<li><strong><a name="item_mat_3c_21_3e">Mat<!></a></strong><br />
-</li>
+<li><strong><a name="item_black_cat"><code>Black</code> Cat</a></strong>
+
+<li><strong><a name="item_sat_on_the">Sat <em>on</em> the</a></strong>
+
+<li><strong><a name="item_mat_3c_21_3e">Mat<!></a></strong>
+
</ul>
<p>Title on the same line as the =item + numerical bullets</p>
<ol>
-<li><strong><a name="item_cat">Cat</a></strong><br />
-</li>
-<li><strong><a name="item_sat">Sat</a></strong><br />
-</li>
-<li><strong><a name="item_mat">Mat</a></strong><br />
-</li>
+<li><strong><a name="item_cat">Cat</a></strong>
+
+<li><strong><a name="item_sat">Sat</a></strong>
+
+<li><strong><a name="item_mat">Mat</a></strong>
+
</ol>
<p>No bullets, no title</p>
<dl>
-<dt></dt>
+<dt>
<dd>
-Cat
+<p>Cat</p>
</dd>
-<p></p>
-<dt></dt>
+</li>
+<dt>
<dd>
-Sat
+<p>Sat</p>
</dd>
-<p></p>
-<dt></dt>
+</li>
+<dt>
<dd>
-Mat
+<p>Mat</p>
</dd>
-<p></p></dl>
+</li>
+</dl>
<p>
</p>
<h2><a name="old__"><code>old()</code></a></h2>