We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa49a3 commit 8359d71Copy full SHA for 8359d71
docs/reference/language/syntax.md
@@ -65,8 +65,8 @@ Typstは、最も一般的な文書要素に対する組み込みのマークア
65
| ----------------------- | ----------------------- | ------------------------------------ |
66
| インライン数式 | `[$x^2$]` | [Math]($category/math) |
67
| ブロック数式 | `[$ x^2 $]` | [Math]($category/math) |
68
-| 下付き添え字 | `[$x_1$]` | [`attach`]($category/math/attach) |
69
-| 上付き添え字 | `[$x^2$]` | [`attach`]($category/math/attach) |
+| 下付き文字 | `[$x_1$]` | [`attach`]($category/math/attach) |
+| 上付き文字 | `[$x^2$]` | [`attach`]($category/math/attach) |
70
| 分数 | `[$1 + (a+b)/5$]` | [`frac`]($math.frac) |
71
| 改行 | `[$x \ y$]` | [`linebreak`]($linebreak) |
72
| 揃え位置 | `[$x &= 2 \ &= 3$]` | [Math]($category/math) |
0 commit comments