Mathematics
Mathematics typesetting is done using MathJax. The feature is off by default for performance reason. You must enable MathJax by inserting the line
1
math: true
in the front matter of your Markdown file.
Inline maths
Inline some mathematics by single dollar signs $
. This inlining $y = f(x)$
would render as
Donec et odio pellentesque
Block maths
Use double dollar signs to typeset a block of mathematics. This code
1
2
3
4
5
6
7
8
9
$$
x
=
\frac{
-b \pm \sqrt{b^2 - 4ac}
}{
2a
}
$$
would render as:
The Cauchy-Schwarz inequality:
Equation numbering
Consider the integral:
The integral (
Standard normal distribution:
A matrix:
The matrix (