Add percent sign
Auditors: emily
This commit is contained in:
parent
2efa794fd3
commit
f3225ee7ee
|
@ -200,6 +200,7 @@ var copyFuncs = {
|
|||
"textord": [
|
||||
"textord",
|
||||
"\\$",
|
||||
"\\%",
|
||||
"\\angle",
|
||||
"\\infty",
|
||||
"\\prime",
|
||||
|
|
|
@ -417,6 +417,7 @@ var charLookup = {
|
|||
"`": "\u2018",
|
||||
"\\ ": "\u00a0",
|
||||
"\\$": "$",
|
||||
"\\%": "%",
|
||||
"\\angle": "\u2220",
|
||||
"\\cdot": "\u22c5",
|
||||
"\\circ": "\u2218",
|
||||
|
|
Loading…
Reference in New Issue
Block a user