Upgrade Katex to v0.16.7

This commit is contained in:
Will Faught
2023-06-20 12:09:20 -07:00
parent 543f5ab42f
commit fe9d39cdd9
39 changed files with 420 additions and 392 deletions

View File

@@ -726,7 +726,7 @@ var handleObject = (tree, a11yStrings, atomType) => {
case "mathchoice":
{
// TODO: track which which style we're using, e.g. dispaly, text, etc.
// TODO: track which style we're using, e.g. display, text, etc.
// default to text style if even that may not be the correct style
buildA11yStrings(tree.text, a11yStrings, atomType);
break;