fix: fix math operator map
This commit is contained in:
parent
c83ec6e338
commit
1f4b5f9dd0
@ -9,7 +9,7 @@ export const allMathOperatorsByChar: Record<string, string> = {
|
||||
'⎵': '\\underbrace',
|
||||
'⎴': '\\overbrace',
|
||||
'⃜': '\\square',
|
||||
'⃛': '{::}^(...)',
|
||||
'⃛': '\\square',
|
||||
'⁤': '',
|
||||
'⁗': "''''",
|
||||
'‾': '\\bar',
|
||||
|
@ -9,7 +9,7 @@ export const allMathOperatorsByGlyph: Record<string, string> = {
|
||||
'⎵': '\\underbrace',
|
||||
'⎴': '\\overbrace',
|
||||
'⃜': '\\square',
|
||||
'⃛': '{::}^(...)',
|
||||
'⃛': '\\square',
|
||||
'': '',
|
||||
'⁗': "''''",
|
||||
'‾': '\\bar',
|
||||
|
Loading…
Reference in New Issue
Block a user