markdown: Use Bioconductor CSS style to format HTML vignettes

Description Usage Arguments Details Value Author(s) Examples

View source: R/markdown.R

Description

This function sets the Bioconductor style sheet to provide a consistent style across Bioconductor HTML vignettes.

Usage

1
markdown(css.files, self.contained = TRUE, links.target = TRUE)

Arguments

css.files

character vector containing the location of additional .css files.

self.contained

logical(1), should the content of the CSS stylesheet files be included into the html file or should they be saved as separate files.

links.target

logical(1), should external links open in new browser tab/window.

Details

Use is described in the ‘Bioconductor CSS Style’ vignette.

Value

No value is returned. The function is called for its side effect of setting the markdown and/or knitr specific options controlling the inclusion of the Bioconductor CSS style file in the HTML output.

Author(s)

Andrzej Oleś <andrzej.oles@embl.de>, 2014-2015

Examples

1
2
## location of the .css file
BiocStyle:::bioconductor.css

BiocStyle documentation built on Nov. 26, 2020, 2:01 a.m.