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 fbfe595 commit cbeef34Copy full SHA for cbeef34
lib/model/katex.dart
@@ -358,6 +358,12 @@ class _KatexParser {
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
+ // (Why are they there if they're not used? The story seems to be:
362
+ // they were used in KaTeX's CSS in the past, before 2020 or so; and
363
+ // they're still used internally by KaTeX in producing the HTML.
364
+ // https://github.com/KaTeX/KaTeX/issues/2194#issuecomment-584703052
365
+ // https://github.com/KaTeX/KaTeX/issues/3344
366
+ // )
367
break;
368
369
default:
0 commit comments