@@ -518,14 +518,13 @@ class ContentExample {
518
518
'<annotation encoding="application/x-tex"> \\ lambda </annotation></semantics></math></span>'
519
519
'<span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6944em;"></span><span class="mord mathnormal">λ</span></span></span></span></p>' ,
520
520
MathInlineNode (texSource: r'\lambda' , nodes: [
521
- KatexSpanNode (styles: KatexSpanStyles (), text : null , nodes: [
521
+ KatexSpanNode (styles: KatexSpanStyles (), nodes: [
522
522
KatexStrutNode (heightEm: 0.6944 , verticalAlignEm: null ),
523
523
KatexSpanNode (
524
524
styles: KatexSpanStyles (
525
525
fontFamily: 'KaTeX_Math' ,
526
526
fontStyle: KatexSpanFontStyle .italic),
527
- text: 'λ' ,
528
- nodes: null ),
527
+ text: 'λ' ),
529
528
]),
530
529
]));
531
530
@@ -538,14 +537,13 @@ class ContentExample {
538
537
'<annotation encoding="application/x-tex">\\ lambda</annotation></semantics></math></span>'
539
538
'<span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6944em;"></span><span class="mord mathnormal">λ</span></span></span></span></span></p>' ,
540
539
[MathBlockNode (texSource: r'\lambda' , nodes: [
541
- KatexSpanNode (styles: KatexSpanStyles (), text : null , nodes: [
540
+ KatexSpanNode (styles: KatexSpanStyles (), nodes: [
542
541
KatexStrutNode (heightEm: 0.6944 , verticalAlignEm: null ),
543
542
KatexSpanNode (
544
543
styles: KatexSpanStyles (
545
544
fontFamily: 'KaTeX_Math' ,
546
545
fontStyle: KatexSpanFontStyle .italic),
547
- text: 'λ' ,
548
- nodes: null ),
546
+ text: 'λ' ),
549
547
]),
550
548
])]);
551
549
@@ -563,25 +561,23 @@ class ContentExample {
563
561
'<annotation encoding="application/x-tex">b</annotation></semantics></math></span>'
564
562
'<span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6944em;"></span><span class="mord mathnormal">b</span></span></span></span></span></p>' , [
565
563
MathBlockNode (texSource: 'a' , nodes: [
566
- KatexSpanNode (styles: KatexSpanStyles (), text : null , nodes: [
564
+ KatexSpanNode (styles: KatexSpanStyles (), nodes: [
567
565
KatexStrutNode (heightEm: 0.4306 , verticalAlignEm: null ),
568
566
KatexSpanNode (
569
567
styles: KatexSpanStyles (
570
568
fontFamily: 'KaTeX_Math' ,
571
569
fontStyle: KatexSpanFontStyle .italic),
572
- text: 'a' ,
573
- nodes: null ),
570
+ text: 'a' ),
574
571
]),
575
572
]),
576
573
MathBlockNode (texSource: 'b' , nodes: [
577
- KatexSpanNode (styles: KatexSpanStyles (), text : null , nodes: [
574
+ KatexSpanNode (styles: KatexSpanStyles (), nodes: [
578
575
KatexStrutNode (heightEm: 0.6944 , verticalAlignEm: null ),
579
576
KatexSpanNode (
580
577
styles: KatexSpanStyles (
581
578
fontFamily: 'KaTeX_Math' ,
582
579
fontStyle: KatexSpanFontStyle .italic),
583
- text: 'b' ,
584
- nodes: null ),
580
+ text: 'b' ),
585
581
]),
586
582
]),
587
583
]);
@@ -602,14 +598,13 @@ class ContentExample {
602
598
'<br>\n </p>\n </blockquote>' ,
603
599
[QuotationNode ([
604
600
MathBlockNode (texSource: r'\lambda' , nodes: [
605
- KatexSpanNode (styles: KatexSpanStyles (), text : null , nodes: [
601
+ KatexSpanNode (styles: KatexSpanStyles (), nodes: [
606
602
KatexStrutNode (heightEm: 0.6944 , verticalAlignEm: null ),
607
603
KatexSpanNode (
608
604
styles: KatexSpanStyles (
609
605
fontFamily: 'KaTeX_Math' ,
610
606
fontStyle: KatexSpanFontStyle .italic),
611
- text: 'λ' ,
612
- nodes: null ),
607
+ text: 'λ' ),
613
608
]),
614
609
]),
615
610
])]);
@@ -631,25 +626,23 @@ class ContentExample {
631
626
'<br>\n </p>\n </blockquote>' ,
632
627
[QuotationNode ([
633
628
MathBlockNode (texSource: 'a' , nodes: [
634
- KatexSpanNode (styles: KatexSpanStyles (), text : null , nodes: [
629
+ KatexSpanNode (styles: KatexSpanStyles (), nodes: [
635
630
KatexStrutNode (heightEm: 0.4306 , verticalAlignEm: null ),
636
631
KatexSpanNode (
637
632
styles: KatexSpanStyles (
638
633
fontFamily: 'KaTeX_Math' ,
639
634
fontStyle: KatexSpanFontStyle .italic),
640
- text: 'a' ,
641
- nodes: null ),
635
+ text: 'a' ),
642
636
]),
643
637
]),
644
638
MathBlockNode (texSource: 'b' , nodes: [
645
- KatexSpanNode (styles: KatexSpanStyles (), text : null , nodes: [
639
+ KatexSpanNode (styles: KatexSpanStyles (), nodes: [
646
640
KatexStrutNode (heightEm: 0.6944 , verticalAlignEm: null ),
647
641
KatexSpanNode (
648
642
styles: KatexSpanStyles (
649
643
fontFamily: 'KaTeX_Math' ,
650
644
fontStyle: KatexSpanFontStyle .italic),
651
- text: 'b' ,
652
- nodes: null ),
645
+ text: 'b' ),
653
646
]),
654
647
]),
655
648
])]);
@@ -680,13 +673,13 @@ class ContentExample {
680
673
originalHeight: null ),
681
674
]),
682
675
MathBlockNode (texSource: 'a' , nodes: [
683
- KatexSpanNode (styles: KatexSpanStyles (), text : null , nodes: [
676
+ KatexSpanNode (styles: KatexSpanStyles (), nodes: [
684
677
KatexStrutNode (heightEm: 0.4306 , verticalAlignEm: null ),
685
678
KatexSpanNode (
686
679
styles: KatexSpanStyles (
687
680
fontFamily: 'KaTeX_Math' ,
688
681
fontStyle: KatexSpanFontStyle .italic),
689
- text: 'a' , nodes : null ),
682
+ text: 'a' ),
690
683
]),
691
684
]),
692
685
ImageNodeList ([
0 commit comments