Merge pull request #559 from alanhdu/patch-1
Add <details> to recognized HTML5 block tags
This commit is contained in:
commit
41c5fccfd6
|
|
@ -132,6 +132,7 @@ var blockTags = map[string]struct{}{
|
|||
"article": {},
|
||||
"aside": {},
|
||||
"canvas": {},
|
||||
"details": {},
|
||||
"figcaption": {},
|
||||
"figure": {},
|
||||
"footer": {},
|
||||
|
|
@ -142,6 +143,7 @@ var blockTags = map[string]struct{}{
|
|||
"output": {},
|
||||
"progress": {},
|
||||
"section": {},
|
||||
"summary": {},
|
||||
"video": {},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue