Merge pull request #2442 from dsdshcym/add-missing-entities-to-web-entities-list

Add {little,greater}-than to +web-entities-list
This commit is contained in:
Henrik Lissner 2020-01-27 23:59:53 -05:00 committed by GitHub
commit 9e8e051891
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
(defvar +web-entities-list
[["&" "&"] [" " " "] [" " ""] [" " ""] [" " ""]
["&lt;" "<"] ["&gt;" ">"]
["&rlm;" ""] ["&lrm;" ""] ["&zwj;" ""] ["&zwnj;" ""]
["&iexcl;" "¡"] ["&cent;" "¢"] ["&pound;" "£"] ["&curren;" "¤"] ["&yen;" "¥"]
["&brvbar;" "¦"] ["&sect;" "§"] ["&uml;" "¨"] ["&copy;" "©"] ["&ordf;" "ª"]