From 5a7936e23af000d7cefbf2dcb2ba4c16f1f993dc Mon Sep 17 00:00:00 2001
From: Apoorv Khandelwal <mail@apoorvkh.com>
Date: Thu, 01 Dec 2022 01:41:05 +0000
Subject: [PATCH] fix: Replacing "internal-link broken" with link to asset (#232)
---
content/notes/CJK + Latex Support (测试).md | 17 +++++------------
1 files changed, 5 insertions(+), 12 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 e4692d7..0f9afc2 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"
@@ -14,17 +14,16 @@
Block math works with two dollar signs `$$...$$`
$$f(x) = \int_{-\infty}^\infty
- f\hat(\xi\),e^{2 \pi i \xi x}
+ f\hat(\xi),e^{2 \pi i \xi x}
\,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,16 +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
-
-[[notes/troubleshooting]]
-
-[[notes/editing#Folder Structure|edit]]
-
-[[asdfasdf|todo]]
\ No newline at end of file
+More information on configuring RTL languages like Arabic in the [config](notes/config.md) page.
--
Gitblit v1.10.0