diff options
| author | Jeremie Knuesel <knuesel@gmail.com> | 2024-09-25 20:35:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-25 18:35:50 +0000 |
| commit | 58c71ade2f023ab6b0175f369794ddf7fe1cf730 (patch) | |
| tree | 1da837e8555a29a3257538f2cddd44544ffacf9d /docs/reference | |
| parent | e25389a85e2c4bb7bab5f5d68ab148395704960d (diff) | |
Remove columns.with show rule example (#5028)
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/syntax.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/syntax.md b/docs/reference/syntax.md index b63d1776..aac1cad8 100644 --- a/docs/reference/syntax.md +++ b/docs/reference/syntax.md @@ -122,7 +122,7 @@ a table listing all syntax that is available in code mode: | Set-if rule | `{set text(..) if .. }` | [Styling]($styling/#set-rules) | | Show-set rule | `{show heading: set block(..)}` | [Styling]($styling/#show-rules) | | Show rule with function | `{show raw: it => {..}}` | [Styling]($styling/#show-rules) | -| Show-everything rule | `{show: columns.with(2)}` | [Styling]($styling/#show-rules) | +| Show-everything rule | `{show: template}` | [Styling]($styling/#show-rules) | | Context expression | `{context text.lang}` | [Context]($context) | | Conditional | `{if x == 1 {..} else {..}}` | [Scripting]($scripting/#conditionals) | | For loop | `{for x in (1, 2, 3) {..}}` | [Scripting]($scripting/#loops) | |
