markdown: Use Bioconductor CSS style to format HTML vignettes

View source: R/markdown.R

markdownR Documentation

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.

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


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


Bioconductor/BiocStyle documentation built on Oct. 27, 2023, 1:09 p.m.