Merge pull request #2182 from ZhenShuo2021/chore/move-config

🔧 chore: move markup config to markup.toml
This commit is contained in:
Nuno Coração
2025-06-17 22:26:47 +01:00
committed by GitHub
11 changed files with 42 additions and 37 deletions

View File

@@ -21,16 +21,16 @@ Any KaTeX syntax on that page will then be automatically rendered. Use the onlin
## Inline notation
Inline notation can be generated by wrapping the expression in `\\(` and `\\)` delimiters.
Inline notation can be generated by wrapping the expression in `\(` and `\)` delimiters.
**Example:**
```tex
% KaTeX inline notation
Inline notation: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887\\)
Inline notation: \(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887\)
```
Inline notation: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
Inline notation: \(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\)
## Block notation

View File

@@ -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…\)
## ブロック表記

View File

@@ -21,16 +21,16 @@ Any KaTeX syntax on that page will then be automatically rendered. Use the onlin
## Inline notation
Inline notation can be generated by wrapping the expression in `\\(` and `\\)` delimiters.
Inline notation can be generated by wrapping the expression in `\(` and `\)` delimiters.
**Example:**
```tex
% KaTeX inline notation
Inline notation: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887\\)
Inline notation: \(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887\)
```
Inline notation: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
Inline notation: \(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\)
## Block notation

View File

@@ -21,16 +21,16 @@ KaTeX 可用于在文章中呈现数学表达式。
## 内联表示法
可以通过将表达式包装在 `\\(``\\)` 分隔符中来生成内联表示法。
可以通过将表达式包装在 `\(``\)` 分隔符中来生成内联表示法。
**例如:**
```tex
% KaTeX inline notation
Inline notation: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887\\)
Inline notation: \(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887\)
```
Inline notation: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
Inline notation: \(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\)
## 表达式块