📝 docs: update math delimiter for #2127

This commit is contained in:
ZhenShuo Leo
2025-05-29 01:56:37 +08:00
parent e26d1c7e74
commit 90b798ec33
8 changed files with 24 additions and 24 deletions
@@ -22,16 +22,16 @@ Blowfish は数学的記法を利用する場合のみ、 KaTeX アセットを
## インライン表記
インライン表記は `\\(``\\)` 記号で式を囲むことで生成できます。
インライン表記は `\(``\)` 記号で式を囲むことで生成できます。
**例:**
```tex
% KaTeX インライン表記
インライン表記: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
インライン表記: \(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887\)
```
インライン表記: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
インライン表記: \(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\)
## ブロック表記