Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveharoz/rmarkdown-css
Some custom css for RMarkdown's HTML output
https://github.com/steveharoz/rmarkdown-css
Last synced: 18 days ago
JSON representation
Some custom css for RMarkdown's HTML output
- Host: GitHub
- URL: https://github.com/steveharoz/rmarkdown-css
- Owner: steveharoz
- Created: 2016-09-06T15:24:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T15:32:54.000Z (about 8 years ago)
- Last Synced: 2024-08-01T00:39:27.815Z (3 months ago)
- Language: CSS
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rmarkdown-css
Some custom css for RMarkdown's HTML outputRMarkdown 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
---
```