We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b96732 commit e8caabfCopy full SHA for e8caabf
more/mathjax/README.md
@@ -24,8 +24,8 @@ MathJax follows pretty much the LaTeX equation syntax. Inline equations are writ
24
25
```html
26
<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 } $$
+ The norm of the vector \(v = \left( \begin{array}{c} x \\ y \end{array} \right) \) can be calculated as follows:
+ $$ \left| v \right| = \sqrt{ x^2 + y^2 } $$
29
</p>
30
```
31
0 commit comments