You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`quarto.project.directory`| Full path to current project directory (`nil` if no project). |
125
+
|`quarto.project.output_directory`| Full path to current project output directory (`nil` if no project). |
126
+
|`quarto.project.offset`| Offset (relative path) from the directory of the current file to the root of the project (`nil` if no project). |
127
+
|`quarto.project.profile`| List of currently active project profiles. |
128
+
129
+
106
130
### Format Detection
107
131
108
132
Extensions will often need to detect the current format to create custom content depending on the target output medium. The `quarto.doc.is_format()` function
0 commit comments