Some
s2h
Snippets
Processing a <point>
# a bullet point
elsif (/<point>/)
{
if ($p->current_element() ne "ol" && !$didUL)
{
print Out "<UL>\n";
$didUL = 1;
}
print Out
'<li class="number"><span class="point">';
}