diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-17 11:32:15 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-17 11:45:57 +0100 |
| commit | 312197b276748e1a17258ad21837850f582a467c (patch) | |
| tree | 3fd0c078a2673a98b74bc12b4d654a4c143b4e1f /docs/src/tutorial/4-template.md | |
| parent | e8435df5ec718e8ecc8a2ad48e4eb3ddd1f92a72 (diff) | |
Counters
Diffstat (limited to 'docs/src/tutorial/4-template.md')
| -rw-r--r-- | docs/src/tutorial/4-template.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/src/tutorial/4-template.md b/docs/src/tutorial/4-template.md index 47f9dfc6..d49ee6a1 100644 --- a/docs/src/tutorial/4-template.md +++ b/docs/src/tutorial/4-template.md @@ -275,10 +275,7 @@ path of the file after the `{from}` keyword. >>> right + horizon, >>> title >>> ), ->>> footer: page => align( ->>> center + horizon, ->>> [#page] ->>> ), +>>> numbering: "1", >>> ) >>> >>> show heading.where( |
