Skip to content

Commit e168ad1

Browse files
committed
Use false to omit numbering
1 parent 63ed63c commit e168ad1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/output-formats/typst.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ The `columns` option expects a number - the number of columns your body content
123123

124124
The `page-numbering` option expects a string that describes a [Typst numbering](https://typst.app/docs/reference/model/numbering/) pattern.
125125
For example, the default, `1`, numbers pages with arabic numerals, and `i` numbers pages with lower case roman numerals.
126-
To omit page numbers, set `page-numbering` to an empty string:
126+
To omit page numbers, set `page-numbering` to `false`:
127127

128128
```yaml
129-
page-numbering: ""
129+
page-numbering: false
130130
```
131131

132132
{{< include /docs/output-formats/_document-options-toc.md >}}

docs/reference/formats/typst.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
{
8181
"name": "page-numbering",
82-
"description": "Schema to use for numbering pages, e.g. `1` or `i`, or an empty string, \n`\"\"`, to omit page numbering.\n\nSee [Typst Numbering](https://typst.app/docs/reference/model/numbering/) \nfor additional information.\n"
82+
"description": "Schema to use for numbering pages, e.g. `1` or `i`, or `false` to omit page numbering.\n\nSee [Typst Numbering](https://typst.app/docs/reference/model/numbering/) \nfor additional information.\n"
8383
}
8484
]
8585
},

0 commit comments

Comments
 (0)