ramona: Material design - bootstrap HTML output format

Description Usage Arguments Details Value

Description

Format for converting from R Markdown to an HTML document with a material design theme.

Usage

1
2
3
ramona(fig_width = 6, fig_height = 6, fig_caption = TRUE,
  highlight = "kate", lightbox = TRUE, thumbnails = TRUE,
  gallery = FALSE, pandoc_args = NULL, use_bookdown = FALSE, ...)

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

gallery

if TRUE and lightbox is TRUE, add a gallery navigation between images in lightbox display

pandoc_args

arguments passed to the pandoc_args argument of rmarkdown html_document

use_bookdown

if TRUE, uses html_document2 instead of html_document, thus providing numbered sections and cross references

...

Additional function arguments passed to R Markdown html_document

Details

JavaScript and CSS taken and adapted from the Material design theme for Bootstrap 3 project : https://github.com/FezVrasta/bootstrap-material-design.

Value

R Markdown output format to pass to render


joebrew/joebrew documentation built on May 19, 2019, 2:59 p.m.