Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steveharoz/rmarkdown-css

Some custom css for RMarkdown's HTML output
https://github.com/steveharoz/rmarkdown-css

Last synced: about 2 months ago
JSON representation

Some custom css for RMarkdown's HTML output

Awesome Lists containing this project

README

        

# rmarkdown-css
Some custom css for RMarkdown's HTML output

RMarkdown header settings

``` r
---
title: "Blah blah"
output:
html_document:
css: style.css
code_folding: hide
dev: CairoSVG
fig_height: 10
fig_width: 15
toc: yes
toc_float:
collapsed: false
---
```