-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
54 lines (47 loc) · 1005 Bytes
/
Copy path_quarto.yml
File metadata and controls
54 lines (47 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
project:
type: book
output-dir: docs
execute:
freeze: auto
book:
title: "Development and Validation of an MS-specific Comorbidity Summary Index (MSCSI)"
author:
- name: M. Ehsan. Karim
affiliation: School of Population and Public Health, The University of British Columbia
- name: MSCSI team
reader-mode: true
search: true
page-navigation: true
twitter-card: true
sidebar:
style: docked
background: light
date: today
chapters:
- index.qmd
- expert.qmd
- clinician.qmd
highlight-style: pygments
format:
html:
toc: true
theme: cosmo
df-print: paged
code-fold: false
code-overflow: wrap
code-copy: hover
code-line-numbers: true
code-link: true
code-summary: "Show the code"
code-tools:
source: false
toggle: true
caption: none
prefer-html: true
knitr:
opts_chunk:
collapse: true
comment: "#>"
R.options:
knitr.graphics.auto_pdf: true
editor: visual