aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts/2021-04-08-mathjax.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-31 16:10:50 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-31 16:10:50 +0300
commite726014585409acacef2e79a8d83a55a9e47ecb6 (patch)
treeb0d2e8fc7129edcbfeb45f72f71f695a5b369bd8 /_posts/2021-04-08-mathjax.md
parentposts: permalinks without date (diff)
downloadjekyll-theme-e726014585409acacef2e79a8d83a55a9e47ecb6.tar.gz
jekyll-theme-e726014585409acacef2e79a8d83a55a9e47ecb6.zip
add more examples, update README
Diffstat (limited to '')
-rw-r--r--_posts/2021-04-08-mathjax.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/_posts/2021-04-08-mathjax.md b/_posts/2021-04-08-mathjax.md
new file mode 100644
index 0000000..c521f54
--- /dev/null
+++ b/_posts/2021-04-08-mathjax.md
@@ -0,0 +1,17 @@
+---
+title: MathJax
+excerpt: >
+ Awesome MathJax-powered math!
+category: Work
+mathjax: true
+---
+Today, we'll "prove" that $$2 \times 2 \ne 5$$.
+
+$$
+\begin{gather}
+2 \times 2 = 2 + 2 = 4 \\
+4 \ne 5 \implies 2 \times 2 \ne 5
+\end{gather}
+$$
+
+Q.E.D.