From fe2852ff258eabfab49af98619c9b5b9f41e004c Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 05 Jul 2023 01:08:36 +0000
Subject: [PATCH] update package

---
 content/notes/CJK + Latex Support (测试).md |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git "a/content/notes/CJK + Latex Support \050\346\265\213\350\257\225\051.md" "b/content/notes/CJK + Latex Support \050\346\265\213\350\257\225\051.md"
index 8b4a741..d5f2579 100644
--- "a/content/notes/CJK + Latex Support \050\346\265\213\350\257\225\051.md"
+++ "b/content/notes/CJK + Latex Support \050\346\265\213\350\257\225\051.md"
@@ -13,18 +13,19 @@
 
 Block math works with two dollar signs `$$...$$`
 
-$$f(x) = \int_{-\infty}^\infty
+$$
+f(x) = \int_{-\infty}^\infty
     f\hat(\xi),e^{2 \pi i \xi x}
-    \,d\xi$$
+    \,d\xi
+$$
 	
-Inline math also works with single dollar signs `$...$`. For example, Euler's identity but inline: $e^{i\pi} = 0$
+Inline math also works with single dollar signs `$...$`. For example, Euler's identity but inline: $e^{i\pi} = -1$
 
 Aligned equations work quite well:
 
 $$
 \begin{aligned}
-a &= b + c \\
- &= e + f \\
+a &= b + c \\ &= e + f \\
 \end{aligned}
 $$
 
@@ -32,10 +33,10 @@
 
 $$
 \begin{bmatrix}
-1 & 2 & 3\\
+1 & 2 & 3 \\
 a & b & c
 \end{bmatrix}
 $$
 
 ## RTL
-More information on configuring RTL languages like Arabic in the [config](notes/config.md) page
+More information on configuring RTL languages like Arabic in the [config](notes/config.md) page.

--
Gitblit v1.10.0