markdown | R Documentation |
This function sets the Bioconductor style sheet to provide a consistent style across Bioconductor HTML vignettes.
markdown(css.files, self.contained = TRUE, links.target = TRUE)
css.files |
character vector containing the location of additional
|
self.contained |
logical(1), should the content of the CSS
|
links.target |
logical(1), should external links open in new browser tab/window. |
Use is described in the ‘Bioconductor CSS Style’ vignette.
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.
Andrzej Oleś <andrzej.oles@embl.de>, 2014-2015
## location of the .css file
BiocStyle:::bioconductor.css
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.