Format for converting from R Markdown to a Dotto document.

Dotto(
  fig_width = 6,
  fig_height = 6,
  fig_caption = TRUE,
  highlight = "kate",
  lightbox = TRUE,
  thumbnails = TRUE,
  pandoc_args = NULL,
  md_extensions = "-autolink_bare_uris",
  self_contained = FALSE,
  mathjax = TRUE,
  in_header = c(social_card_protocol_dotto()$open_graph,
    social_card_protocol_dotto()$twitter),
  before_body = c(Dotto_top_header(), Dotto_sub_header()),
  after_body = Dotto_footer(),
  ...
)

Arguments

fig_width

Default width (in inches) for figures

fig_height

Default width (in inches) for figures

fig_caption

TRUE to render figures with captions

highlight

Syntax highlighting style. Supported styles include "default", "tango", "pygments", "kate", "monochrome", "espresso", "zenburn", "haddock", and "textmate". Pass NULL to prevent syntax highlighting.

lightbox

if TRUE, add lightbox effect to content images

thumbnails

if TRUE display content images as thumbnails

pandoc_args

arguments passed to the pandoc_args argument of rmarkdown html_document

md_extensions

arguments passed to the md_extensions argument of rmarkdown html_document

...

Additional function arguments passed to R Markdown html_document

Value

R Markdown output format to pass to render