Skip to content

Commit e8caabf

Browse files
committed
More fixes in the MathJax README
1 parent 8b96732 commit e8caabf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

more/mathjax/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ MathJax follows pretty much the LaTeX equation syntax. Inline equations are writ
2424

2525
```html
2626
<p>
27-
The norm of the vector \(v = \left( \begin{array}{c} x \\ y \end{array} \right) \) can be calculated as follows:
28-
$$ \left| v \right| = \sqrt{ x^2 + y^2 } $$
27+
The norm of the vector \(v = \left( \begin{array}{c} x \\ y \end{array} \right) \) can be calculated as follows:
28+
$$ \left| v \right| = \sqrt{ x^2 + y^2 } $$
2929
</p>
3030
```
3131

0 commit comments

Comments
 (0)