From 75a3bab973d9bd4e822640517e2fb039a07b32b9 Mon Sep 17 00:00:00 2001 From: Faruq Rasid Date: Fri, 7 Sep 2018 08:55:38 +0800 Subject: [PATCH] Add source URL for html entities. --- entities.go | 1 + 1 file changed, 1 insertion(+) diff --git a/entities.go b/entities.go index 17cb715..a2c3edb 100644 --- a/entities.go +++ b/entities.go @@ -1,5 +1,6 @@ package blackfriday +// Extracted from https://html.spec.whatwg.org/multipage/entities.json var entities = map[string]bool{ "Æ": true, "Æ": true,