Lists are now prepended with <p></p> to add spacing.
parent
275ec64dd1
commit
9f541689a0
|
@ -369,6 +369,7 @@ if ($settings{'toc'}) {
|
||||||
} elsif ($_->{type} == TYPE_SPACER) {
|
} elsif ($_->{type} == TYPE_SPACER) {
|
||||||
print("<hr />\n");
|
print("<hr />\n");
|
||||||
} elsif ($_->{type} == TYPE_LIST) {
|
} elsif ($_->{type} == TYPE_LIST) {
|
||||||
|
printf("<p></p>"); # @@ should this be optional?
|
||||||
printList($_);
|
printList($_);
|
||||||
}
|
}
|
||||||
$previous_type = $_->{type};
|
$previous_type = $_->{type};
|
||||||
|
|
Loading…
Reference in New Issue