Usage
To use math notation, you need to wrap the expressions in $
signs. For inline math like (inline), only one dollar sign is enough. For displaying an expression as a centered block you can wrap it with two $
.
Under the hood, we use katex . So if you need a list of symbols and supported functions, please refer to the katex list of supported functions
Exemples
Inline maths
$f(x) = x^2$
Math block
$$
f(x) = x^2
$$
Notations in a sentence
Lift($$L$$) can be determined by Lift Coefficient ($$C_L$$) like the following
equation.
$$
L = \frac{1}{2} \rho v^2 S C_L
$$
Lift() can be determined by Lift Coefficient () like the following equation.
Last updated : Aug 25, 2024