Skip to content

Commit 8e608d6

Browse files
authored
Merge pull request #139 from chvmvd/fix-error-in-latex
Fix error in LaTeX
2 parents e1b21aa + ffd23c6 commit 8e608d6

File tree

1 file changed

+1
-1
lines changed
  • docs/03extras/04website/02docusaurus/01markdown

1 file changed

+1
-1
lines changed

docs/03extras/04website/02docusaurus/01markdown/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import LifeGame from "@site/src/components/LifeGame/LifeGame";
77
export const defaultMathValue = `\
88
$a^2 + b^2 = c^2$
99
$$
10-
x = \\frac{-b\pm \\sqrt{b^2 - 4ac}}{2a}
10+
x = \\frac{-b\\pm \\sqrt{b^2 - 4ac}}{2a}
1111
$$\
1212
`;
1313

0 commit comments

Comments
 (0)