From 0813f127a30b376c5d5552a8cdb6e5cad5969c38 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 07 Jun 2023 03:58:26 +0000
Subject: [PATCH] fix darkmode script load
---
content/notes/CJK + Latex Support (测试).md | 14 +++++---------
1 files changed, 5 insertions(+), 9 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 14eb77d..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,11 +13,13 @@
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:
@@ -38,9 +40,3 @@
## RTL
More information on configuring RTL languages like Arabic in the [config](notes/config.md) page.
-
-`![[Image.png|modifier+modifier|#]]`
-
-[[notes/troubleshooting]]
-
-`[[Image.png|modifier+modifier|#]]`
\ No newline at end of file
--
Gitblit v1.10.0