Add source URL for html entities.

This commit is contained in:
Faruq Rasid 2018-09-07 08:55:38 +08:00
parent 6762cd3685
commit 75a3bab973

View File

@ -1,5 +1,6 @@
package blackfriday
// Extracted from https://html.spec.whatwg.org/multipage/entities.json
var entities = map[string]bool{
"&AElig": true,
"Æ": true,