Skip to content

Commit

Permalink
Add role to global HTML attributes
Browse files Browse the repository at this point in the history
Closes #357
  • Loading branch information
jmooring committed Jan 27, 2023
1 parent 60df4aa commit c446c41
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 c446c41

Please sign in to comment.