Merge pull request #147 from acli/20200825_section

Rudimentary support for the section tag
This commit is contained in:
Tatsuya Kinoshita
2020-08-30 09:59:02 +09:00
committed by GitHub
4 changed files with 7 additions and 2 deletions

2
html.h
View File

@@ -235,6 +235,8 @@ typedef struct {
#define HTML_N_FIGURE 142
#define HTML_FIGCAPTION 143
#define HTML_N_FIGCAPTION 144
#define HTML_SECTION 145
#define HTML_N_SECTION 146
/* pseudo tag */
#define HTML_SELECT_INT 160