mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
Add source URL for html entities.
This commit is contained in:
parent
6762cd3685
commit
75a3bab973
|
@ -1,5 +1,6 @@
|
|||
package blackfriday
|
||||
|
||||
// Extracted from https://html.spec.whatwg.org/multipage/entities.json
|
||||
var entities = map[string]bool{
|
||||
"Æ": true,
|
||||
"Æ": true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user