aboutsummaryrefslogtreecommitdiffstats
path: root/table.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--table.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/table.c b/table.c
index 2f81c1c..357b1d1 100644
--- a/table.c
+++ b/table.c
@@ -1,4 +1,4 @@
-/* $Id: table.c,v 1.24 2002/04/17 02:42:27 ukai Exp $ */
+/* $Id: table.c,v 1.25 2002/10/10 16:59:33 ukai Exp $ */
/*
* HTML table
*/
@@ -2896,6 +2896,10 @@ feed_table_tag(struct table *tbl, char *line, struct table_mode *mode,
case HTML_N_DEL:
case HTML_INS:
case HTML_N_INS:
+ case HTML_SUP:
+ case HTML_N_SUP:
+ case HTML_SUB:
+ case HTML_N_SUB:
feed_table_inline_tag(tbl, line, mode, 5);
break;
case HTML_TABLE_ALT: