Add <summary> tag too

This commit is contained in:
Alan Du 2019-08-20 17:54:39 -04:00 committed by GitHub
parent 5c6bc5df8a
commit e2f6cd9f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,6 +143,7 @@ var blockTags = map[string]struct{}{
"output": {},
"progress": {},
"section": {},
"summary": {},
"video": {},
}