mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-07 20:28:38 +00:00
Added support for \not (#140)
* Added support for \not * fix grammar in comment
This commit is contained in:
@@ -661,6 +661,9 @@ const buildExpression = function(expression, options) {
|
||||
const group = expression[i];
|
||||
groups.push(buildGroup(group, options));
|
||||
}
|
||||
|
||||
// TODO(kevinb): combine \\not with mrels and mords
|
||||
|
||||
return groups;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user