md_document: Output Format Markdown

View source: R/output_format.R

md_documentR Documentation

Output Format Markdown

Description

Specifies markdown output format parameters.

Usage

md_document(
  file_ext = ".md",
  section_level = 1,
  date_format = "%F",
  toc = FALSE
)

Arguments

file_ext

File extension, if default output_file name

section_level

Initial section level, subsection level n will consequently be section_level + n

date_format

See format argument of base::strptime()

toc

Currently not implemented. If table of contents should be included in reference manual.


Rd2md documentation built on June 22, 2024, 11:15 a.m.