Add a few missing HTML5 block tags

Closes #197.
pull/217/head
Vytautas Šaltenis 2015-11-08 21:34:44 +02:00
parent f1ce82cb01
commit 18432fc942
1 changed files with 3 additions and 0 deletions

View File

@ -130,6 +130,7 @@ var blockTags = map[string]bool{
"ul": true,
// HTML5
"address": true,
"article": true,
"aside": true,
"canvas": true,
@ -138,6 +139,8 @@ var blockTags = map[string]bool{
"footer": true,
"header": true,
"hgroup": true,
"main": true,
"nav": true,
"output": true,
"progress": true,
"section": true,