aboutsummaryrefslogtreecommitdiff
path: root/mht
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-12-11 03:03:18 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-12-11 03:03:18 +0100
commit23666c8d347b8206379a37f92e5976d44915f3bd (patch)
tree9821ce073c6bff27c0207a5222144bfbb10b6ae1 /mht
parentc8cf970e335f870c5f14f2646b3fb6e70a85344f (diff)
downloadmht-23666c8d347b8206379a37f92e5976d44915f3bd.tar.gz
mht: Add Li (unordered list item)
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>',
);