Skip to content

Commit

Permalink
Merge pull request #358 from jmooring/issue-357
Browse files Browse the repository at this point in the history
Add role to global HTML attributes
  • Loading branch information
yuin committed Jan 30, 2023
2 parents 60df4aa + c446c41 commit 550b0c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renderer/html/html.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ var GlobalAttributeFilter = util.NewBytesFilter(
[]byte("itemtype"),
[]byte("lang"),
[]byte("part"),
[]byte("role"),
[]byte("slot"),
[]byte("spellcheck"),
[]byte("style"),
Expand Down

0 comments on commit 550b0c7

Please sign in to comment.