mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 11:48:41 +00:00
Add percent sign
Auditors: emily
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user