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