Description Usage Arguments Value Examples
This is an interface to the KOMA-Script class scrartcl that acts as an
alternative to the article class in LaTeX. Most of the added functionality
is documented in the scrartcl vignette
(vignette("scrartcl", "komadown")) and is accessed via the YAML metadata
block of the R Markdown file.
1 2 3  | scrartcl(..., number_sections = TRUE,
  md_extensions = c("-autolink_bare_uris"), csl = find_resource("scrartcl",
  "vancouver-brackets.csl"))
 | 
... | 
 Arguments passed down to   | 
number_sections | 
 Whether to number section headers: if   | 
md_extensions | 
 Arguments to be passed to a
specific output format function. For a function   | 
csl | 
 bibliography style in the   | 
R Markdown output format to pass to rmarkdown::render().
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.