tests/testthat/_snaps/pandoc-template.md

pandoc_export_template() exports templates for a format

Code
  suppressMessages(pandoc_export_template())
Output
  $if(titleblock)$
  $titleblock$

  $endif$
  $for(header-includes)$
  $header-includes$

  $endfor$
  $for(include-before)$
  $include-before$

  $endfor$
  $if(toc)$
  $table-of-contents$

  $endif$
  $body$
  $for(include-after)$

  $include-after$
  $endfor$


Try the pandoc package in your browser

Any scripts or data that you put into this service are public.

pandoc documentation built on Aug. 24, 2023, 5:09 p.m.