From e6469ca8846bf4f10c042efecb2602571fcfa990 Mon Sep 17 00:00:00 2001 From: Joe Hutchinson Date: Fri, 4 Jan 2019 11:57:50 -0500 Subject: [PATCH] Update KaTeX syntax in example post --- exampleSite/content/post/aether-features.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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)