Update KaTeX syntax in example post

This commit is contained in:
Joe Hutchinson
2019-01-04 11:57:50 -05:00
parent e5d01e2788
commit e6469ca884

View File

@@ -17,10 +17,14 @@ For each feature below, the first line is the markdown and the second line is th
## LaTeX style math typsetting with KaTeX
```md
\\[\frac{n!}{k!(n-k)!} = \binom{n}{k}\\]
{{</* raw */>}}
\[u(t) = K_p e(t) + K_i \int_{0}^{t} e(\tau) d\tau + K_d \frac{de(t)}{dt} \]
{{</* /raw */>}}
```
\\[\frac{n!}{k!(n-k)!} = \binom{n}{k}\\]
{{< raw >}}
\[u(t) = K_p e(t) + K_i \int_{0}^{t} e(\tau) d\tau + K_d \frac{de(t)}{dt} \]
{{< /raw >}}
## Code (Supports many programming languages and formats)