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 f003f58 commit 3438f08Copy full SHA for 3438f08
lib/model/katex.dart
@@ -357,6 +357,11 @@ class _KatexParser {
357
case 'mop':
358
case 'mclose':
359
case 'minner':
360
+ case 'mbin':
361
+ case 'mpunct':
362
+ case 'nobreak':
363
+ case 'allowbreak':
364
+ case 'mathdefault':
365
// Ignore these classes because they don't have a CSS definition
366
// in katex.scss, but we encounter them in the generated HTML.
367
break;
0 commit comments