Add <details> to recognized HTML5 block tags

Closes #525
pull/559/head
Alan Du 2019-08-20 17:40:27 -04:00 committed by GitHub
parent a925a152c1
commit 5c6bc5df8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ var blockTags = map[string]struct{}{
"article": {},
"aside": {},
"canvas": {},
"details": {},
"figcaption": {},
"figure": {},
"footer": {},