md_document {Rd2md} | R Documentation |
Specifies markdown output format parameters.
md_document(
file_ext = ".md",
section_level = 1,
date_format = "%F",
toc = FALSE
)
file_ext |
File extension, if default output_file name |
section_level |
Initial section level, subsection level |
date_format |
See |
toc |
Currently not implemented. If table of contents should be included in reference manual. |