mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-07 20:28:38 +00:00
Add \pm, \div
Reviewers: xymostech Reviewed By: xymostech Differential Revision: http://phabricator.benalpert.com/D36
This commit is contained in:
12
MJLite.js
12
MJLite.js
@@ -62,11 +62,13 @@ var MJLite = (function() {
|
||||
};
|
||||
|
||||
var charLookup = {
|
||||
'*': '\u2217',
|
||||
'-': '\u2212',
|
||||
'cdot': '\u22C5',
|
||||
'lvert': '|',
|
||||
'rvert': '|'
|
||||
"*": "\u2217",
|
||||
"-": "\u2212",
|
||||
"cdot": "\u22C5",
|
||||
"lvert": "|",
|
||||
"rvert": "|",
|
||||
"pm": "\u00b1",
|
||||
"div": "\u00f7"
|
||||
};
|
||||
|
||||
var textit = function(value) {
|
||||
|
Reference in New Issue
Block a user