Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cli/cli-info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.10.0",
"version": "1.10.1",
"commands": [
{
"name": "render",
Expand Down
4 changes: 0 additions & 4 deletions docs/reference/formats/presentations/revealjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,6 @@
"name": "brand-mode",
"description": "The brand mode to use for rendering the document, `light` or `dark`.\n"
},
{
"name": "grid",
"description": "Properties of the grid system used to layout Quarto HTML pages."
},
{
"name": "max-width",
"description": "Adds a css `max-width` to the body Element."
Expand Down
12 changes: 1 addition & 11 deletions docs/reference/formats/typst.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,7 @@
},
{
"name": "page-numbering",
"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"
}
]
},
{
"name": "reveal-layout",
"title": "Slide Layout",
"options": [
{
"name": "margin",
"description": "For `revealjs`, the factor of the display size that should remain empty around the content (e.g. 0.1).\n\nFor `typst`, a dictionary with the fields defined in the Typst documentation:\n`x`, `y`, `top`, `bottom`, `left`, `right` (margins are specified in `cm` units,\ne.g. `5cm`).\n"
"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"
}
]
},
Expand Down