Add as replaceable entity
Replace it with ` '.
This commit is contained in:
parent
939a7f94ba
commit
3d4e26cbe0
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@
|
||||||
(defconst avandu-entity-replacement-alist
|
(defconst avandu-entity-replacement-alist
|
||||||
'(("hellip" . 8230)
|
'(("hellip" . 8230)
|
||||||
("qout" . 34)
|
("qout" . 34)
|
||||||
("amp" . 38))
|
("amp" . 38)
|
||||||
|
("nbsp" . 32))
|
||||||
"What to replace the part between & and ; of HTML entities with
|
"What to replace the part between & and ; of HTML entities with
|
||||||
names.")
|
names.")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue