forked from juba/rmdformats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaterial.Rd
39 lines (30 loc) · 1.34 KB
/
material.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/material.R
\name{material}
\alias{material}
\title{Material design - bootstrap HTML output format}
\usage{
material(fig_width = 6, fig_height = 6, fig_caption = TRUE,
highlight = "kate", lightbox = TRUE, thumbnails = TRUE,
gallery = FALSE, pandoc_args = NULL, ...)
}
\arguments{
\item{fig_width}{Default width (in inches) for figures}
\item{fig_height}{Default width (in inches) for figures}
\item{fig_caption}{\code{TRUE} to render figures with captions}
\item{highlight}{Syntax highlighting style. Supported styles include
"default", "tango", "pygments", "kate", "monochrome", "espresso",
"zenburn", "haddock", and "textmate". Pass \code{NULL} to prevent syntax
highlighting.}
\item{lightbox}{if TRUE, add lightbox effect to content images}
\item{thumbnails}{if TRUE display content images as thumbnails}
\item{gallery}{if TRUE and lightbox is TRUE, add a gallery navigation between images in lightbox display}
\item{pandoc_args}{arguments passed to the pandoc_args argument of rmarkdown \code{\link{html_document}}}
\item{...}{Additional function arguments passed to R Markdown \code{\link{html_document}}}
}
\value{
R Markdown output format to pass to \code{\link{render}}
}
\description{
Format for converting from R Markdown to an HTML document with a material design theme.
}