1project: 2 type: manuscript 3 4manuscript: 5 article: index.qmd 6 7format: 8 html: 9 comments: 10 hypothesis: true 11 docx: default 12 jats: default 13 14 # (other formats) 15 # pdf: default 16 17execute: 18 freeze: true 19 20<% if(editor){ %>editor: <%= editor %><% } %> 21 22