-
There are many yaml options that are automatically selected by quarto without explicitly stating them, or that are set by default (e.g. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I was thinking of something similar, but for the website, i.e., in addition of having pieces of yaml a bit everywhere, it would be really useful to have some kind of reference card of all yaml options in one place on the website. |
Beta Was this translation helpful? Give feedback.
-
As a developer and user of quarto, I couldn't agree more! This is squarely on our radar. We don't currently advertise or document {
"quarto": {
"version": "99.9.9"
},
"engines": [
"markdown"
],
"formats": {
"html": {
"execute": {
"fig-width": 7,
"fig-height": 5,
"fig-format": "retina",
"fig-dpi": 96,
"error": false,
"eval": true,
"cache": null,
"freeze": false,
"echo": true,
"output": true,
"warning": true,
"include": true,
"keep-md": true,
"keep-ipynb": false,
"ipynb": null,
"enabled": null,
"daemon": null,
"daemon-restart": false,
"debug": false,
"ipynb-filters": [],
"engine": "markdown"
},
"render": {
"keep-tex": false,
"keep-yaml": false,
"keep-source": false,
"keep-hidden": false,
"prefer-html": false,
"output-divs": true,
"output-ext": "html",
"fig-align": "default",
"fig-pos": null,
"fig-env": null,
"code-fold": "none",
"code-overflow": "scroll",
"code-link": false,
"code-line-numbers": false,
"code-tools": false,
"tbl-colwidths": "auto",
"merge-includes": true,
"latex-auto-mk": true,
"latex-auto-install": true,
"latex-clean": true,
"latex-max-runs": 10,
"latex-makeindex": "makeindex",
"latex-makeindex-opts": [],
"latex-tlmgr-opts": [],
"latex-input-paths": [],
"latex-output-dir": null,
"link-external-icon": false,
"link-external-newwindow": false
},
"pandoc": {
"standalone": true,
"wrap": "none",
"default-image-extension": "png",
"to": "html",
"output-file": "test-mermaid.html"
},
"language": {},
"metadata": {
"lang": "en",
"fig-responsive": true,
"quarto-version": "99.9.9"
},
"extensions": {
"book": {
"multiFile": true
}
}
}
},
"resources": []
} One of the main complications before fully supporting something like this is that some of the default behavior depends on which downstream tooling we are targeting. In order for this to be comprehensive, we would also need to document default options for eg. |
Beta Was this translation helpful? Give feedback.
As a developer and user of quarto, I couldn't agree more! This is squarely on our radar. We don't currently advertise or document
quarto inspect
(see below for some reasons why), but it might help you here. It produces JSON that looks roughly like this: