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 ebce0a4 commit 2a604baCopy full SHA for 2a604ba
lib/model/katex.dart
@@ -723,6 +723,10 @@ enum KatexSpanTextAlign {
723
724
@immutable
725
class KatexSpanStyles {
726
+ // TODO(#1674) does height actually appear on generic spans?
727
+ // In a corpus, the only occurrences that we don't already handle separately
728
+ // (i.e. occurrences other than on struts, vlists, etc) seem to be within
729
+ // accents; so after #1674 we might be handling those separately too.
730
final double? heightEm;
731
732
// We expect `vertical-align` inline style to be only present on a
0 commit comments