diff --git a/exampleSite/content/post/aether-features.md b/exampleSite/content/post/aether-features.md index b75f295..b41479c 100644 --- a/exampleSite/content/post/aether-features.md +++ b/exampleSite/content/post/aether-features.md @@ -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}\\] +{{}} +\[u(t) = K_p e(t) + K_i \int_{0}^{t} e(\tau) d\tau + K_d \frac{de(t)}{dt} \] +{{}} ``` -\\[\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)