Add {little,greater}-than to +web-entities-list

This commit is contained in:
Yiming Chen 2020-01-28 12:17:51 +08:00
parent 26e0e9dd2a
commit d329ff2a30

View file

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