From ab9da02c60c962128820e6874e6f07c98bc3dda7 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 04 Jul 2023 17:08:32 +0000
Subject: [PATCH] fix indexing causing main thread freeze, various polish
---
content/notes/CJK + Latex Support (测试).md | 6 ++++--
1 files changed, 4 insertions(+), 2 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 0f9afc2..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,9 +13,11 @@
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} = -1$
--
Gitblit v1.10.0