Ecosyste.ms: Awesome

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

https://github.com/gadenbuie/cleanrmd

📄✨Clean Class-Less R Markdown HTML Documents
https://github.com/gadenbuie/cleanrmd

classless classless-theme clean css html rmarkdown style theme

Last synced: 20 days ago
JSON representation

📄✨Clean Class-Less R Markdown HTML Documents

Lists

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# cleanrmd

[![cleanrmd status badge](https://gadenbuie.r-universe.dev/badges/cleanrmd)](https://gadenbuie.r-universe.dev)
[![CRAN status](https://www.r-pkg.org/badges/version/cleanrmd)](https://CRAN.R-project.org/package=cleanrmd)
[![R-CMD-check](https://github.com/gadenbuie/cleanrmd/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/gadenbuie/cleanrmd/actions/workflows/check-standard.yaml)

**cleanrmd** is a no-frills, lightweight HTML format for R Markdown, using class-less CSS.

This package was greatly inspired by Yuval Greenfield's blog post: [The Next CSS Frontier - Classless](https://ubershmekel.medium.com/the-next-css-frontier-classless-5e66f3f25fdd).

## Installation

```{r child="man/rmd-fragments/installation.Rmd"}
```

## Usage

```{r child="man/rmd-fragments/usage.Rmd"}
```

## Themes

```{r child="man/rmd-fragments/themes.Rmd"}
```