aboutsummaryrefslogtreecommitdiff
path: root/mht
diff options
context:
space:
mode:
Diffstat (limited to 'mht')
-rwxr-xr-xmht1
1 files changed, 1 insertions, 0 deletions
diff --git a/mht b/mht
index 39c7cff..33708ad 100755
--- a/mht
+++ b/mht
@@ -23,6 +23,7 @@ my $opel = ''; # currently opened block element
# 1.2.1 Contiguous elements
my %ctels = (
+ Li => '<ul>{<li>%</li>}</ul>',
Qp => '<blockquote>{<p>%</p>}</blockquote>',
);