Skip to content

Commit a6c8941

Browse files
authored
Update environment-vars.qmd
remove `draft: true`
1 parent 0b517ea commit a6c8941

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/advanced/environment-vars.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: "Environment Variables"
33
summary: Environment variables Quarto inspects and sets
44
format: html
5-
draft: true
65
---
76

87
## Variables Quarto inspects
@@ -52,4 +51,4 @@ ENV["QUARTO_DOCUMENT_PATH"]
5251
| `QUARTO_PROJECT_ROOT` | Root of the project, or the directory of the file if not in project mode |
5352
| `QUARTO_DOCUMENT_PATH` | Directory of the document being rendered |
5453
| `QUARTO_PROFILE` | Profile used, e.g `QUARTO_PROFILE=advanced,production` for `quarto render --profile advanced,production` |
55-
| `QUARTO_FIG_WIDTH` and `QUARTO_FIG_HEIGHT` | Values for `fig-width` and `fig-height` as set in the document metadata |
54+
| `QUARTO_FIG_WIDTH` and `QUARTO_FIG_HEIGHT` | Values for `fig-width` and `fig-height` as set in the document metadata |

0 commit comments

Comments
 (0)