mirror of
https://github.com/danog/blackfriday.git
synced 2024-11-26 12:04:46 +01: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