diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-05-17 11:39:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-17 09:39:29 +0000 |
| commit | 6a1a58a2d49d0e56c907018593aeaa97e7f58470 (patch) | |
| tree | e4f41f8c860e7021a9ed71594767de46741321f8 /docs/reference/syntax.md | |
| parent | 00f7588755faac7982fda54371e3f29662010d5f (diff) | |
Mention that raw and equation syntax works in both markup and code mode (#4164)
Diffstat (limited to 'docs/reference/syntax.md')
| -rw-r--r-- | docs/reference/syntax.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/reference/syntax.md b/docs/reference/syntax.md index 454dce16..9a7dc373 100644 --- a/docs/reference/syntax.md +++ b/docs/reference/syntax.md @@ -57,11 +57,11 @@ more about their syntax and usage. ## Math mode { #math } Math mode is a special markup mode that is used to typeset mathematical -formulas. It is entered by wrapping an equation in `[$]` characters. The -equation will be typeset into its own block if it starts and ends with at least -one space (e.g. `[$ x^2 $]`). Inline math can be produced by omitting the -whitespace (e.g. `[$x^2$]`). An overview over the syntax specific to math mode -follows: +formulas. It is entered by wrapping an equation in `[$]` characters. This works +both in markup and code. The equation will be typeset into its own block if it +starts and ends with at least one space (e.g. `[$ x^2 $]`). Inline math can be +produced by omitting the whitespace (e.g. `[$x^2$]`). An overview over the +syntax specific to math mode follows: | Name | Example | See | | ---------------------- | ------------------------ | ------------------------ | |
