BiocStyle (version 2.0.2)

markdown: Use Bioconductor CSS style to format HTML vignettes

Description

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

Usage

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.

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.

Details

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

Examples

Run this code
## location of the .css file
BiocStyle:::bioconductor.css

Run the code above in your browser using DataCamp Workspace