File tree Expand file tree Collapse file tree
apps/web/test/unit-tests/__snapshots__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ exports[`bodyToHtml feature_latex_maths should not mangle code blocks 1`] = `"<p
1515
1616exports [` bodyToHtml feature_latex_maths should not mangle divs 1` ] = ` "<p >hello</p ><div >world</div >"` ;
1717
18- exports [` bodyToHtml feature_latex_maths should render block katex 1` ] = ` "<p >hello</p ><span class = " katex-display" ><span class = " katex" ><span class = " katex-mathml" ><math xmlns = " http://www.w3.org/1998/Math/MathML" display = " block" ><semantics ><mrow ><mi >ξ</mi ></mrow ><annotation encoding = " application/x-tex" >\\xi</annotation ></semantics ></math ></span ><span class = " katex-html" aria-hidden = " true" ><span class = " base" ><span class = " strut" style = " height:0.8889em;vertical-align:-0.1944em;" ></span ><span class = " mord mathnormal" style = " margin-right:0.04601em ;" >ξ</span ></span ></span ></span ></span ><p >world</p >"` ;
18+ exports [` bodyToHtml feature_latex_maths should render block katex 1` ] = ` "<p >hello</p ><span class = " katex-display" ><span class = " katex" ><span class = " katex-mathml" ><math xmlns = " http://www.w3.org/1998/Math/MathML" display = " block" ><semantics ><mrow ><mi >ξ</mi ></mrow ><annotation encoding = " application/x-tex" >\\xi</annotation ></semantics ></math ></span ><span class = " katex-html" aria-hidden = " true" ><span class = " base" ><span class = " strut" style = " height:0.8889em;vertical-align:-0.1944em;" ></span ><span class = " mord mathnormal" style = " margin-right:0.046em ;" >ξ</span ></span ></span ></span ></span ><p >world</p >"` ;
1919
20- exports [` bodyToHtml feature_latex_maths should render inline katex 1` ] = ` "hello <span class = " katex" ><span class = " katex-mathml" ><math xmlns = " http://www.w3.org/1998/Math/MathML" ><semantics ><mrow ><mi >ξ</mi ></mrow ><annotation encoding = " application/x-tex" >\\xi</annotation ></semantics ></math ></span ><span class = " katex-html" aria-hidden = " true" ><span class = " base" ><span class = " strut" style = " height:0.8889em;vertical-align:-0.1944em;" ></span ><span class = " mord mathnormal" style = " margin-right:0.04601em ;" >ξ</span ></span ></span ></span > world"` ;
20+ exports [` bodyToHtml feature_latex_maths should render inline katex 1` ] = ` "hello <span class = " katex" ><span class = " katex-mathml" ><math xmlns = " http://www.w3.org/1998/Math/MathML" ><semantics ><mrow ><mi >ξ</mi ></mrow ><annotation encoding = " application/x-tex" >\\xi</annotation ></semantics ></math ></span ><span class = " katex-html" aria-hidden = " true" ><span class = " base" ><span class = " strut" style = " height:0.8889em;vertical-align:-0.1944em;" ></span ><span class = " mord mathnormal" style = " margin-right:0.046em ;" >ξ</span ></span ></span ></span > world"` ;
2121
2222exports [` bodyToNode generates big emoji for emoji made of multiple characters 1` ] = `
2323<DocumentFragment >
You can’t perform that action at this time.
0 commit comments