From b2081866fd6d5e03cc672d7f0c71e35446a07747 Mon Sep 17 00:00:00 2001 From: bptato Date: Sat, 13 Feb 2021 16:51:48 +0100 Subject: Improve description list rendering --- html.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'html.h') diff --git a/html.h b/html.h index a03df19..749e7ef 100644 --- a/html.h +++ b/html.h @@ -238,6 +238,8 @@ typedef struct { #define HTML_N_FIGCAPTION 144 #define HTML_SECTION 145 #define HTML_N_SECTION 146 +#define HTML_N_DT 147 +#define HTML_N_DD 148 /* pseudo tag */ #define HTML_SELECT_INT 160 -- cgit v1.2.3