Make an output format for creating blogdown and PDF output.
     
    
    Usage
    make_rmd_output_format(toc = FALSE, toc_depth = NULL, includes = NULL)
 
     
    
    Arguments
- toc
 
Include a table of contents?
 
- toc_depth
 
Depth of the table of contents
 
- includes
 
list of files to include.
 
 
    
    Value
    A list containing a named list of output formats.