23 lines
236 B
YAML
23 lines
236 B
YAML
project:
|
|
type: manuscript
|
|
output-dir: _output
|
|
|
|
manuscript:
|
|
article: index.qmd
|
|
|
|
format:
|
|
html:
|
|
comments:
|
|
hypothesis: true
|
|
docx: default
|
|
jats: default
|
|
|
|
# (other formats)
|
|
# pdf: default
|
|
|
|
execute:
|
|
freeze: true
|
|
|
|
|
|
|