Skip to content

Commit 3a7334a

Browse files
update reference tool for 1.8 (#1778)
* update reference tool for 1.8 * artifacts
1 parent 620a00a commit 3a7334a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+201
-43
lines changed

docs/reference/formats/asciidoc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"name": "date",
1212
"description": "Document date"
1313
},
14+
{
15+
"name": "date-format",
16+
"description": "Date format for the document"
17+
},
1418
{
1519
"name": "author",
1620
"description": "Author or authors of the document"

docs/reference/formats/context.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"name": "date",
1616
"description": "Document date"
1717
},
18+
{
19+
"name": "date-format",
20+
"description": "Date format for the document"
21+
},
1822
{
1923
"name": "author",
2024
"description": "Author or authors of the document"
@@ -39,7 +43,7 @@
3943
},
4044
{
4145
"name": "pdf-engine",
42-
"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"
46+
"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`: `lualatex` (other options: `pdflatex`, `xelatex`,\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"
4347
},
4448
{
4549
"name": "pdf-engine-opt",

docs/reference/formats/dashboard.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"name": "date",
1616
"description": "Document date"
1717
},
18+
{
19+
"name": "date-format",
20+
"description": "Date format for the document"
21+
},
1822
{
1923
"name": "author",
2024
"description": "Author or authors of the document"
@@ -31,7 +35,7 @@
3135
"options": [
3236
{
3337
"name": "logo",
34-
"description": "Logo image (placed on the left side of the navigation bar)"
38+
"description": "Logo image(s) (placed on the left side of the navigation bar)"
3539
},
3640
{
3741
"name": "orientation",

docs/reference/formats/docbook.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"name": "date",
1212
"description": "Document date"
1313
},
14+
{
15+
"name": "date-format",
16+
"description": "Date format for the document"
17+
},
1418
{
1519
"name": "author",
1620
"description": "Author or authors of the document"

docs/reference/formats/docx.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"name": "date",
1616
"description": "Document date"
1717
},
18+
{
19+
"name": "date-format",
20+
"description": "Date format for the document"
21+
},
1822
{
1923
"name": "author",
2024
"description": "Author or authors of the document"

docs/reference/formats/epub.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"name": "date",
1616
"description": "Document date"
1717
},
18+
{
19+
"name": "date-format",
20+
"description": "Date format for the document"
21+
},
1822
{
1923
"name": "author",
2024
"description": "Author or authors of the document"

docs/reference/formats/fb2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"name": "date",
1212
"description": "Document date"
1313
},
14+
{
15+
"name": "date-format",
16+
"description": "Date format for the document"
17+
},
1418
{
1519
"name": "author",
1620
"description": "Author or authors of the document"

docs/reference/formats/haddock.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"name": "date",
1212
"description": "Document date"
1313
},
14+
{
15+
"name": "date-format",
16+
"description": "Date format for the document"
17+
},
1418
{
1519
"name": "author",
1620
"description": "Author or authors of the document"

docs/reference/formats/html.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"name": "date",
1616
"description": "Document date"
1717
},
18+
{
19+
"name": "date-format",
20+
"description": "Date format for the document"
21+
},
1822
{
1923
"name": "date-modified",
2024
"description": "Document date modified"

docs/reference/formats/icml.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"name": "date",
1212
"description": "Document date"
1313
},
14+
{
15+
"name": "date-format",
16+
"description": "Date format for the document"
17+
},
1418
{
1519
"name": "author",
1620
"description": "Author or authors of the document"

0 commit comments

Comments
 (0)