Downloads one of our custom Pandoc templates and returns it as a character scalar. The template is cached
using pal::req_cached()
, thus only re-downloaded if the local copy is outdated.
See also
Other Pandoc functions:
download_pandoc_binaries()
,
pandoc_release_assets()
Examples
if (FALSE) { # \dontrun{
salim::pandoc_tpl(tpl = "quarto_mod.latex") |>
brio::write_file(path = "quarto_mod.latex")} # }