explicitly close lists

This commit is contained in:
david 2002-01-27 00:56:54 +00:00
parent 2093694ae3
commit e18cf02ae3
1 changed files with 5 additions and 3 deletions

View File

@ -112,7 +112,7 @@ sub proc_txt {
if ($line eq '') {
if ($noparadepth == 0) {
&closenonsect;
&closelists;
# &closelists;
next;
}
}
@ -249,8 +249,6 @@ sub proc_txt {
#
$line = $originalline;
# structured docbook
#
# sect3
#
} elsif ($line =~ /^===/) {
@ -301,6 +299,8 @@ sub proc_txt {
$line =~ s/^/<listitem><para>/;
$listitem = 1;
$para = 1;
} elsif ($line = '/#') {
&closeorderedlist;
# itemizedlist
#
@ -316,6 +316,8 @@ sub proc_txt {
$line =~ s/^/<listitem><para>/;
$listitem = 1;
$para = 1;
} elsif ($line = '/*') {
&closeitemizedlist;
# question
#