Open
Description
Hi, I was looking through the tutorial and I'm a bit confused on how to edit the default YAML fields for the template. For example, if I change the title from "Report-Title" to "My New Title" in default.yaml
, reinstall the package with devtools::install("mydown")
, and open the custom template, the YAML still has the title as "Report-Title". However, if I edit inst/rmarkdown/templates/report/skeleton/skeleton.Rmd
that will change the default title, but it is not listed in the instructions as one of the 3 customization points (inst/indiedown/default.yaml
, inst/indiedown/preamble.tex
, pre_processor.R
). Would you be able to clarify how the fields should be customized?