mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-13 06:58:40 +00:00
Add \_
Test Plan: http://0.0.0.0:7936/?text=%5Cpink%7B80%7D%2C%20%5C_%5C_%5C_%2C%20%5Cgreen%7B100%7D Auditors: emily
This commit is contained in:
@@ -29,6 +29,11 @@ var symbols = {
|
||||
group: "textord",
|
||||
replace: "%"
|
||||
},
|
||||
"\\_": {
|
||||
font: "main",
|
||||
group: "textord",
|
||||
replace: "_"
|
||||
},
|
||||
"\\angle": {
|
||||
font: "main",
|
||||
group: "textord",
|
||||
|
Reference in New Issue
Block a user