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 db0c1d8 commit dfc036dCopy full SHA for dfc036d
lib/model/katex.dart
@@ -347,6 +347,10 @@ class _KatexParser {
347
case 'mop':
348
case 'mclose':
349
case 'minner':
350
+ case 'mbin':
351
+ case 'mpunct':
352
+ case 'nobreak':
353
+ case 'allowbreak':
354
// Ignore these classes because they don't have a CSS definition
355
// in katex.scss, but we encounter them in the generated HTML.
356
break;
0 commit comments