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
Copy file name to clipboardExpand all lines: src/resources/schema/project.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,3 +84,8 @@
84
84
#
85
85
# In general, full json schema would allow negative assertions,
86
86
# but that makes our error localization heuristics worse. So we hack.
87
+
88
+
- name: engines
89
+
schema:
90
+
arrayOf: string
91
+
description: "List execution engines you want to give priority when determining which engine should render a notebook. If two engines have support for a notebook, the one listed earlier will be chosen. Quarto's default order is 'knitr', 'jupyter', 'markdown', 'julia'."
0 commit comments