Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Hutchinson <HutchinsonJoseph@JohnDeere.com>2019-01-04 19:57:50 +0300
committerJoe Hutchinson <HutchinsonJoseph@JohnDeere.com>2019-01-04 19:57:50 +0300
commite6469ca8846bf4f10c042efecb2602571fcfa990 (patch)
tree5137b3832fc565a0ea7f049eaf0d1ce80dc30f17 /exampleSite
parente5d01e27881a371f6d677d04233b2314d9d941d0 (diff)
Update KaTeX syntax in example post
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/post/aether-features.md8
1 files 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}\\]
+{{</* 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)