Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/src/resources/projects/manuscript/templates/_quarto.ejs.yml
12923 views
1
project:
2
type: manuscript
3
4
manuscript:
5
article: index.qmd
6
7
format:
8
html:
9
comments:
10
hypothesis: true
11
docx: default
12
jats: default
13
14
# (other formats)
15
# pdf: default
16
17
execute:
18
freeze: true
19
20
<% if(editor){ %>editor: <%= editor %><% } %>
21
22