Skip to content

Commit 8e76196

Browse files
committed
add engines to schema
1 parent dc7865e commit 8e76196

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/resources/schema/project.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,8 @@
8484
#
8585
# In general, full json schema would allow negative assertions,
8686
# 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

Comments
 (0)