diff --git a/docs/reference/formats/asciidoc.json b/docs/reference/formats/asciidoc.json index ac3e962822..ac3ed78e36 100644 --- a/docs/reference/formats/asciidoc.json +++ b/docs/reference/formats/asciidoc.json @@ -29,6 +29,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -186,11 +190,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/context.json b/docs/reference/formats/context.json index 87b05c41c2..19e23934c0 100644 --- a/docs/reference/formats/context.json +++ b/docs/reference/formats/context.json @@ -33,6 +33,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "pdf-engine", "description": "Use the specified engine when producing PDF output. If the engine is not\nin your PATH, the full path of the engine may be specified here. If this\noption is not specified, Quarto uses the following defaults\ndepending on the output format in use:\n\n- `latex`: `xelatex` (other options: `pdflatex`, `lualatex`,\n `tectonic`, `latexmk`)\n- `context`: `context`\n- `html`: `wkhtmltopdf` (other options: `prince`, `weasyprint`, `pagedjs-cli`;\n see [print-css.rocks](https://print-css.rocks) for a good\n introduction to PDF generation from HTML/CSS.)\n- `ms`: `pdfroff`\n- `typst`: `typst`\n" @@ -288,11 +292,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/dashboard.json b/docs/reference/formats/dashboard.json index 3b87ffdc47..4e722eafaa 100644 --- a/docs/reference/formats/dashboard.json +++ b/docs/reference/formats/dashboard.json @@ -55,6 +55,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "theme", "description": "Theme name, theme scss file, or a mix of both." @@ -346,11 +350,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." }, { "name": "crossrefs-hover", diff --git a/docs/reference/formats/docbook.json b/docs/reference/formats/docbook.json index fb03e33651..52ea86b5aa 100644 --- a/docs/reference/formats/docbook.json +++ b/docs/reference/formats/docbook.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "identifier-prefix", "description": "Specify a prefix to be added to all identifiers and internal links in HTML and\nDocBook output, and to footnote numbers in Markdown and Haddock output. \nThis is useful for preventing duplicate identifiers when generating fragments\nto be included in other pages.\n" @@ -176,11 +180,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/docx.json b/docs/reference/formats/docx.json index 6ccc156479..44ff64b1bc 100644 --- a/docs/reference/formats/docx.json +++ b/docs/reference/formats/docx.json @@ -41,6 +41,10 @@ "name": "reference-doc", "description": "Use the specified file as a style reference in producing a docx, \npptx, or odt file.\n" }, + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -93,7 +97,7 @@ "options": [ { "name": "page-width", - "description": "Target page width for output (used to compute columns widths for `layout` divs).\nDefaults to 6.5 inches, which corresponds to default letter page settings in \ndocx and odt.\n" + "description": "Target body page width for output (used to compute columns widths for `layout` divs).\nDefaults to 6.5 inches, which corresponds to default letter page settings in \ndocx and odt (8.5 inches with 1 inch for each margins).\n" }, { "name": "grid", @@ -238,11 +242,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/epub.json b/docs/reference/formats/epub.json index 2accea4c9f..059f2cbd80 100644 --- a/docs/reference/formats/epub.json +++ b/docs/reference/formats/epub.json @@ -37,6 +37,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "css", "description": "One or more CSS style sheets." @@ -350,11 +354,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/fb2.json b/docs/reference/formats/fb2.json index b76d072a95..800816e551 100644 --- a/docs/reference/formats/fb2.json +++ b/docs/reference/formats/fb2.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -182,11 +186,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/haddock.json b/docs/reference/formats/haddock.json index 02528ab4bd..07038bb758 100644 --- a/docs/reference/formats/haddock.json +++ b/docs/reference/formats/haddock.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "identifier-prefix", "description": "Specify a prefix to be added to all identifiers and internal links in HTML and\nDocBook output, and to footnote numbers in Markdown and Haddock output. \nThis is useful for preventing duplicate identifiers when generating fragments\nto be included in other pages.\n" @@ -186,11 +190,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/html.json b/docs/reference/formats/html.json index 556629d742..023be8fb78 100644 --- a/docs/reference/formats/html.json +++ b/docs/reference/formats/html.json @@ -45,6 +45,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "theme", "description": "Theme name, theme scss file, or a mix of both." @@ -520,11 +524,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." }, { "name": "crossrefs-hover", diff --git a/docs/reference/formats/icml.json b/docs/reference/formats/icml.json index b76d072a95..800816e551 100644 --- a/docs/reference/formats/icml.json +++ b/docs/reference/formats/icml.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -182,11 +186,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/ipynb.json b/docs/reference/formats/ipynb.json index 95005aa932..0b27105ed8 100644 --- a/docs/reference/formats/ipynb.json +++ b/docs/reference/formats/ipynb.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "markdown-headings", "description": "Specify whether to use `atx` (`#`-prefixed) or\n`setext` (underlined) headings for level 1 and 2\nheadings (`atx` or `setext`).\n" @@ -190,11 +194,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/jats.json b/docs/reference/formats/jats.json index 9a1f3a4757..c0a3e8dd96 100644 --- a/docs/reference/formats/jats.json +++ b/docs/reference/formats/jats.json @@ -53,6 +53,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -210,11 +214,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/man.json b/docs/reference/formats/man.json index 1dada050a1..9b54a6851c 100644 --- a/docs/reference/formats/man.json +++ b/docs/reference/formats/man.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "section", "description": "The section number in man pages." @@ -186,11 +190,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/markdown/commonmark.json b/docs/reference/formats/markdown/commonmark.json index 9d4b75ec6f..44253b5426 100644 --- a/docs/reference/formats/markdown/commonmark.json +++ b/docs/reference/formats/markdown/commonmark.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "identifier-prefix", "description": "Specify a prefix to be added to all identifiers and internal links in HTML and\nDocBook output, and to footnote numbers in Markdown and Haddock output. \nThis is useful for preventing duplicate identifiers when generating fragments\nto be included in other pages.\n" @@ -204,11 +208,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/markdown/gfm.json b/docs/reference/formats/markdown/gfm.json index 2644565eb6..72fad092c2 100644 --- a/docs/reference/formats/markdown/gfm.json +++ b/docs/reference/formats/markdown/gfm.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "html-math-method", "description": "Method use to render math in HTML output (`plain`, `webtex`, `gladtex`, `mathml`, `mathjax`, `katex`).\n\nSee the Pandoc documentation on [Math Rendering in HTML](https://pandoc.org/MANUAL.html#math-rendering-in-html)\nfor additional details.\n" @@ -212,11 +216,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/markdown/markua.json b/docs/reference/formats/markdown/markua.json index 9d4b75ec6f..44253b5426 100644 --- a/docs/reference/formats/markdown/markua.json +++ b/docs/reference/formats/markdown/markua.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "identifier-prefix", "description": "Specify a prefix to be added to all identifiers and internal links in HTML and\nDocBook output, and to footnote numbers in Markdown and Haddock output. \nThis is useful for preventing duplicate identifiers when generating fragments\nto be included in other pages.\n" @@ -204,11 +208,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/ms.json b/docs/reference/formats/ms.json index 81d9dc45cc..f2909d19b3 100644 --- a/docs/reference/formats/ms.json +++ b/docs/reference/formats/ms.json @@ -29,6 +29,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "pdf-engine", "description": "Use the specified engine when producing PDF output. If the engine is not\nin your PATH, the full path of the engine may be specified here. If this\noption is not specified, Quarto uses the following defaults\ndepending on the output format in use:\n\n- `latex`: `xelatex` (other options: `pdflatex`, `lualatex`,\n `tectonic`, `latexmk`)\n- `context`: `context`\n- `html`: `wkhtmltopdf` (other options: `prince`, `weasyprint`, `pagedjs-cli`;\n see [print-css.rocks](https://print-css.rocks) for a good\n introduction to PDF generation from HTML/CSS.)\n- `ms`: `pdfroff`\n- `typst`: `typst`\n" @@ -236,11 +240,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/muse.json b/docs/reference/formats/muse.json index 64eea458a8..2cdf10b44c 100644 --- a/docs/reference/formats/muse.json +++ b/docs/reference/formats/muse.json @@ -29,6 +29,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -196,11 +200,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/odt.json b/docs/reference/formats/odt.json index f56537312c..3d46e1f463 100644 --- a/docs/reference/formats/odt.json +++ b/docs/reference/formats/odt.json @@ -37,6 +37,10 @@ "name": "reference-doc", "description": "Use the specified file as a style reference in producing a docx, \npptx, or odt file.\n" }, + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -85,7 +89,7 @@ "options": [ { "name": "page-width", - "description": "Target page width for output (used to compute columns widths for `layout` divs).\nDefaults to 6.5 inches, which corresponds to default letter page settings in \ndocx and odt.\n" + "description": "Target body page width for output (used to compute columns widths for `layout` divs).\nDefaults to 6.5 inches, which corresponds to default letter page settings in \ndocx and odt (8.5 inches with 1 inch for each margins).\n" }, { "name": "grid", @@ -206,11 +210,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/opml.json b/docs/reference/formats/opml.json index b76d072a95..800816e551 100644 --- a/docs/reference/formats/opml.json +++ b/docs/reference/formats/opml.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -182,11 +186,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/org.json b/docs/reference/formats/org.json index b76d072a95..800816e551 100644 --- a/docs/reference/formats/org.json +++ b/docs/reference/formats/org.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -182,11 +186,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/pdf.json b/docs/reference/formats/pdf.json index 1072b1f71e..59fc2bfb11 100644 --- a/docs/reference/formats/pdf.json +++ b/docs/reference/formats/pdf.json @@ -37,6 +37,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "pdf-engine", "description": "Use the specified engine when producing PDF output. If the engine is not\nin your PATH, the full path of the engine may be specified here. If this\noption is not specified, Quarto uses the following defaults\ndepending on the output format in use:\n\n- `latex`: `xelatex` (other options: `pdflatex`, `lualatex`,\n `tectonic`, `latexmk`)\n- `context`: `context`\n- `html`: `wkhtmltopdf` (other options: `prince`, `weasyprint`, `pagedjs-cli`;\n see [print-css.rocks](https://print-css.rocks) for a good\n introduction to PDF generation from HTML/CSS.)\n- `ms`: `pdfroff`\n- `typst`: `typst`\n" @@ -492,11 +496,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/presentations/beamer.json b/docs/reference/formats/presentations/beamer.json index 7e3309011a..ef884a3956 100644 --- a/docs/reference/formats/presentations/beamer.json +++ b/docs/reference/formats/presentations/beamer.json @@ -41,6 +41,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "theme", "description": "Theme name, theme scss file, or a mix of both." @@ -546,11 +550,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/presentations/pptx.json b/docs/reference/formats/presentations/pptx.json index d9df1c0df9..1c8e575fd9 100644 --- a/docs/reference/formats/presentations/pptx.json +++ b/docs/reference/formats/presentations/pptx.json @@ -29,6 +29,10 @@ "name": "reference-doc", "description": "Use the specified file as a style reference in producing a docx, \npptx, or odt file.\n" }, + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -204,11 +208,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/presentations/revealjs.json b/docs/reference/formats/presentations/revealjs.json index fadca907dd..eb988410f8 100644 --- a/docs/reference/formats/presentations/revealjs.json +++ b/docs/reference/formats/presentations/revealjs.json @@ -33,6 +33,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "theme", "description": "Theme name, theme scss file, or a mix of both." @@ -186,6 +190,10 @@ { "name": "multiplex", "description": "Configuration for reveal presentation multiplexing." + }, + { + "name": "scroll-view", + "description": "Control the scroll view feature of Revealjs" } ] }, @@ -338,6 +346,10 @@ { "name": "slide-tone", "description": "Play a subtle sound when changing slides" + }, + { + "name": "jump-to-slide", + "description": "Deactivate jump to slide feature." } ] }, @@ -690,11 +702,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." }, { "name": "crossrefs-hover", diff --git a/docs/reference/formats/rst.json b/docs/reference/formats/rst.json index 2f3455e409..3c5d457be3 100644 --- a/docs/reference/formats/rst.json +++ b/docs/reference/formats/rst.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -192,11 +196,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/rtf.json b/docs/reference/formats/rtf.json index 05295577e2..05ce3f43df 100644 --- a/docs/reference/formats/rtf.json +++ b/docs/reference/formats/rtf.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -186,11 +190,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/tei.json b/docs/reference/formats/tei.json index 715c344791..2c5b3ae9db 100644 --- a/docs/reference/formats/tei.json +++ b/docs/reference/formats/tei.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -186,11 +190,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/texinfo.json b/docs/reference/formats/texinfo.json index b76d072a95..800816e551 100644 --- a/docs/reference/formats/texinfo.json +++ b/docs/reference/formats/texinfo.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -182,11 +186,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/textile.json b/docs/reference/formats/textile.json index 0b3d62559e..0448e0c129 100644 --- a/docs/reference/formats/textile.json +++ b/docs/reference/formats/textile.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -182,11 +186,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/typst.json b/docs/reference/formats/typst.json index e7509c8baf..ebec3c0c83 100644 --- a/docs/reference/formats/typst.json +++ b/docs/reference/formats/typst.json @@ -15,6 +15,10 @@ "name": "author", "description": "Author or authors of the document" }, + { + "name": "abstract-title", + "description": "Title used to label document abstract" + }, { "name": "order", "description": "Order for document when included in a website automatic sidebar menu." @@ -25,6 +29,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -71,6 +79,16 @@ } ] }, + { + "name": "reveal-content", + "title": "Slide Content", + "options": [ + { + "name": "logo", + "description": "Logo image (placed in bottom right corner of slides)" + } + ] + }, { "name": "reveal-layout", "title": "Slide Layout", @@ -226,11 +244,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/wiki/dokuwiki.json b/docs/reference/formats/wiki/dokuwiki.json index b76d072a95..800816e551 100644 --- a/docs/reference/formats/wiki/dokuwiki.json +++ b/docs/reference/formats/wiki/dokuwiki.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -182,11 +186,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/wiki/jira.json b/docs/reference/formats/wiki/jira.json index b76d072a95..800816e551 100644 --- a/docs/reference/formats/wiki/jira.json +++ b/docs/reference/formats/wiki/jira.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -182,11 +186,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/wiki/mediawiki.json b/docs/reference/formats/wiki/mediawiki.json index b76d072a95..800816e551 100644 --- a/docs/reference/formats/wiki/mediawiki.json +++ b/docs/reference/formats/wiki/mediawiki.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -182,11 +186,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/wiki/xwiki.json b/docs/reference/formats/wiki/xwiki.json index b76d072a95..800816e551 100644 --- a/docs/reference/formats/wiki/xwiki.json +++ b/docs/reference/formats/wiki/xwiki.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -182,11 +186,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/formats/wiki/zimwiki.json b/docs/reference/formats/wiki/zimwiki.json index b76d072a95..800816e551 100644 --- a/docs/reference/formats/wiki/zimwiki.json +++ b/docs/reference/formats/wiki/zimwiki.json @@ -25,6 +25,10 @@ "name": "options", "title": "Format Options", "options": [ + { + "name": "brand", + "description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n" + }, { "name": "quarto-required", "description": "A semver version range describing the supported quarto versions for this document\nor project.\n\nExamples:\n\n- `>= 1.1.0`: Require at least quarto version 1.1\n- `1.*`: Require any quarto versions whose major version number is 1\n" @@ -182,11 +186,11 @@ }, { "name": "crossref", - "title": "Crossrefs", + "title": "Cross-References", "options": [ { "name": "crossref", - "description": "Configuration for crossref labels and prefixes." + "description": "Configuration for cross-reference labels and prefixes. See [Cross-Reference Options](https://quarto.org/docs/reference/metadata/crossref.html) for more details." } ] }, diff --git a/docs/reference/metadata/crossref.json b/docs/reference/metadata/crossref.json index adb3643d9b..ae75d028bf 100644 --- a/docs/reference/metadata/crossref.json +++ b/docs/reference/metadata/crossref.json @@ -5,7 +5,7 @@ "options": [ { "name": "custom", - "description": "A custom cross reference type." + "description": "A custom cross reference type. See [Custom](https://quarto.org/docs/reference/metadata/crossref.html#custom) for more details." }, { "name": "chapters",