summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/html.syntax.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-09-03 19:07:48 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-09-03 19:07:48 +0200
commit72a5fbd8ea41d44c5b8d6ab3483c7701e0126726 (patch)
treed471e584eac426b4730117de7cf74446b1a0b785 /sys/src/cmd/mothra/html.syntax.c
parentc8dd01d5f673d62555ac773a61798901784445de (diff)
mothra: subscript and superscript support
Diffstat (limited to 'sys/src/cmd/mothra/html.syntax.c')
-rw-r--r--sys/src/cmd/mothra/html.syntax.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/html.syntax.c b/sys/src/cmd/mothra/html.syntax.c
index 28d0afffe..c9065bc55 100644
--- a/sys/src/cmd/mothra/html.syntax.c
+++ b/sys/src/cmd/mothra/html.syntax.c
@@ -73,6 +73,8 @@ Tag tag[]={
[Tag_strike] "strike", END,
[Tag_strong] "strong", END,
[Tag_style] "style", END,
+[Tag_sub] "sub", END,
+[Tag_sup] "sup", END,
[Tag_source] "source", NOEND,
[Tag_table] "table", END,
[Tag_td] "td", END,