Skip to content

Commit

Permalink
Add source URL for html entities.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruqqq committed Sep 7, 2018
1 parent 6762cd3 commit 75a3bab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entities.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package blackfriday

// Extracted from https://html.spec.whatwg.org/multipage/entities.json
var entities = map[string]bool{
"&AElig": true,
"Æ": true,
Expand Down

0 comments on commit 75a3bab

Please sign in to comment.