mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Merge pull request #358 from jmooring/issue-357
Add role to global HTML attributes
This commit is contained in:
commit
550b0c7ca0
1 changed files with 1 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ var GlobalAttributeFilter = util.NewBytesFilter(
|
|||
[]byte("itemtype"),
|
||||
[]byte("lang"),
|
||||
[]byte("part"),
|
||||
[]byte("role"),
|
||||
[]byte("slot"),
|
||||
[]byte("spellcheck"),
|
||||
[]byte("style"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue