mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
parent
f1ce82cb01
commit
18432fc942
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user