Rudimentary support for figure, figcaption

This commit is contained in:
Ambrose Li
2020-08-21 04:26:26 -04:00
parent 6d359dfa2b
commit 73949a3e12
4 changed files with 17 additions and 4 deletions

4
html.h
View File

@@ -231,6 +231,10 @@ typedef struct {
#define HTML_PARAM 138
#define HTML_SMALL 139
#define HTML_N_SMALL 140
#define HTML_FIGURE 141
#define HTML_N_FIGURE 142
#define HTML_FIGCAPTION 143
#define HTML_N_FIGCAPTION 144
/* pseudo tag */
#define HTML_SELECT_INT 160