Skip to content

Commit 258b3be

Browse files
authored
Merge pull request #7 from karpoff/master
add laquo and raquo html entities thanks
2 parents 347ba1e + 939d658 commit 258b3be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entity-map.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ var EntityMap = {
44
'amp': '&',
55
'quot': '"',
66
'apos': "'",
7+
'laquo': '«',
8+
'raquo': '»',
79

810
// Math
911

0 commit comments

Comments
 (0)