diff --git a/src/__snapshots__/Latex.test.tsx.snap b/src/__snapshots__/Latex.test.tsx.snap index f832afb..f3535ff 100644 --- a/src/__snapshots__/Latex.test.tsx.snap +++ b/src/__snapshots__/Latex.test.tsx.snap @@ -5,7 +5,7 @@ exports[`Latex handles multiple children inside the node 1`] = ` className="__Latex__" dangerouslySetInnerHTML={ Object { - "__html": "Label: 1×21 \\\\times 21×2", + "__html": "Label: 1×21 \\\\times 21×2", } } /> @@ -16,7 +16,7 @@ exports[`Latex renders an expression with macros 1`] = ` className="__Latex__" dangerouslySetInnerHTML={ Object { - "__html": "R\\\\RR", + "__html": "R\\\\RR", } } /> @@ -27,7 +27,7 @@ exports[`Latex renders correctly sequences of $..$ 1`] = ` className="__Latex__" dangerouslySetInnerHTML={ Object { - "__html": "hellohellohelloworldworldworldboobooboo", + "__html": "hellohellohelloworldworldworldboobooboo", } } /> @@ -49,7 +49,7 @@ exports[`Latex renders text that has a LaTeX formula with custom delimiter 1`] = className="__Latex__" dangerouslySetInnerHTML={ Object { - "__html": "three processes e+ee^+e^-e+e", + "__html": "three processes e+ee^+e^-e+e", } } /> @@ -60,7 +60,7 @@ exports[`Latex renders text that has multiple LaTeX formulas with $ delimiter 1` className="__Latex__" dangerouslySetInnerHTML={ Object { - "__html": "three processes e+ee^+e^-e+e, gluon-gluon and γγWtbˉ\\\\gamma\\\\gamma \\\\to W t\\\\bar bγγWtbˉ.", + "__html": "three processes e+ee^+e^-e+e, gluon-gluon and γγWtbˉ\\\\gamma\\\\gamma \\\\to W t\\\\bar bγγWtbˉ.", } } /> @@ -71,7 +71,7 @@ exports[`Latex renders text that has multiple LaTeX formulas with $$ delimiter 1 className="__Latex__" dangerouslySetInnerHTML={ Object { - "__html": "three processes e+ee^+e^-e+e, gluon-gluon and γγWtbˉ\\\\gamma\\\\gamma \\\\to W t\\\\bar bγγWtbˉ.", + "__html": "three processes e+ee^+e^-e+e, gluon-gluon and γγWtbˉ\\\\gamma\\\\gamma \\\\to W t\\\\bar bγγWtbˉ.", } } />