From d38f9bec70c7e46d9e7662ba3925abc9cdd9370a Mon Sep 17 00:00:00 2001
From: Aiden Bai <aiden.bai05@gmail.com>
Date: Tue, 03 May 2022 17:16:09 +0000
Subject: [PATCH] Rename API and generalize router API
---
content/notes/CJK + Latex Support (测试).md | 7 +++----
1 files changed, 3 insertions(+), 4 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..d6e4ae9 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,10 +31,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