0byt3m1n1
Path:
C:
/
Program Files
/
RStudio
/
resources
/
app
/
bin
/
quarto
/
share
/
pandoc
/
templates
/
[
Home
]
File: default.markdown
$if(title)$ # $title$ $endif$ $for(by-author)$$it.name.literal$$sep$, $endfor$ $if(date)$ $date$ $endif$ $for(header-includes)$ $header-includes$ $endfor$ $for(include-before)$ $include-before$ $endfor$ $if(toc)$ $toc$ $endif$ $body$ $for(include-after)$ $include-after$ $endfor$