fix: bar divider translated to single bar

This commit is contained in:
Alexandre Nunes 2021-01-07 11:22:06 -03:00
parent f868d9d813
commit de3faab84e
2 changed files with 2 additions and 2 deletions

@ -76,7 +76,7 @@ export const allMathOperatorsByChar: Record<string, string> = {
'&#x2221;': '\\measuredangle', '&#x2221;': '\\measuredangle',
'&#x2220;': '\\angle', '&#x2220;': '\\angle',
'&#xF7;': '\\div', '&#xF7;': '\\div',
'/': '//', '/': '/',
'&#x2216;': '\\backslash', '&#x2216;': '\\backslash',
'\\': '\\backslash', '\\': '\\backslash',
'%': '\\%', '%': '\\%',

@ -74,7 +74,7 @@ export const allMathOperatorsByGlyph: Record<string, string> = {
'∡': '\\measuredangle', '∡': '\\measuredangle',
'∠': '\\angle', '∠': '\\angle',
'÷': '\\div', '÷': '\\div',
'/': '//', '/': '/',
'': '\\backslash', '': '\\backslash',
'\\': '\\backslash', '\\': '\\backslash',
'%': '\\%', '%': '\\%',