From 27c4761fe01433b971ba6c2f67af3f003df56aed Mon Sep 17 00:00:00 2001
From: meleu <meleu@users.noreply.github.com>
Date: Mon, 04 Apr 2022 23:15:40 +0000
Subject: [PATCH] link to home goes to baseURL
---
content/notes/CJK + Latex Support (测试).md | 5 ++---
1 files changed, 2 insertions(+), 3 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..4b89f75 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"
@@ -23,8 +23,7 @@
$$
\begin{aligned}
-a &= b + c \\
- &= e + f \\
+a &= b + c \\ &= e + f \\
\end{aligned}
$$
@@ -32,7 +31,7 @@
$$
\begin{bmatrix}
-1 & 2 & 3\\
+1 & 2 & 3 \\
a & b & c
\end{bmatrix}
$$
--
Gitblit v1.10.0