Improve description list rendering

This commit is contained in:
bptato
2021-02-13 16:51:48 +01:00
parent 1cd0eb5c20
commit b2081866fd
4 changed files with 28 additions and 9 deletions

2
html.h
View File

@@ -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