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 0bf40b8 commit 2bb1c37Copy full SHA for 2bb1c37
lib/model/katex.dart
@@ -351,6 +351,11 @@ class _KatexParser {
351
case 'mop':
352
case 'mclose':
353
case 'minner':
354
+ case 'mbin':
355
+ case 'mpunct':
356
+ case 'nobreak':
357
+ case 'allowbreak':
358
+ case 'mathdefault':
359
// Ignore these classes because they don't have a CSS definition
360
// in katex.scss, but we encounter them in the generated HTML.
361
break;
0 commit comments