We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24489a9 commit 556a9acCopy full SHA for 556a9ac
lib/model/katex.dart
@@ -508,6 +508,11 @@ class _KatexParser {
508
case 'mop':
509
case 'mclose':
510
case 'minner':
511
+ case 'mbin':
512
+ case 'mpunct':
513
+ case 'nobreak':
514
+ case 'allowbreak':
515
+ case 'mathdefault':
516
// Ignore these classes because they don't have a CSS definition
517
// in katex.scss, but we encounter them in the generated HTML.
518
break;
0 commit comments