From 259d0a6d9ac5a02f0281e3fc061861b23481348f Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Fri, 11 Aug 2023 07:31:44 +0000
Subject: [PATCH] more documentation
---
content/features/Latex.md | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/content/features/Latex.md b/content/features/Latex.md
index 0dbc113..91cc952 100644
--- a/content/features/Latex.md
+++ b/content/features/Latex.md
@@ -25,6 +25,19 @@
\,d\xi
$$
+$$
+\begin{aligned}
+a &= b + c \\ &= e + f \\
+\end{aligned}
+$$
+
+$$
+\begin{bmatrix}
+1 & 2 & 3 \\
+a & b & c
+\end{bmatrix}
+$$
+
### Inline Math
Similarly, inline math can be rendered by delimiting math expression with a single `$`. For example, `$e^{i\pi} = -1$` produces $e^{i\pi} = -1$
--
Gitblit v1.10.0