html_notes: Rmd output format for note-taking. Renders to HTML output.

View source: R/html_notes.R

html_notesR Documentation

Rmd output format for note-taking. Renders to HTML output.

Description

Includes my own boilerplate YAML and chunk options, and a basic CSS file for formatting

Usage

html_notes(
  css = NULL,
  toc = TRUE,
  number_sections = FALSE,
  highlight_style = "github",
  theme = NULL,
  ...
)

Arguments

css

arguments passed to rmarkdown::html_document()

toc

arguments passed to rmarkdown::html_document()

number_sections

arguments passed to rmarkdown::html_document()

highlight_style

arguments passed to rmarkdown::html_document()

theme

arguments passed to rmarkdown::html_document()

...

arguments passed to rmarkdown::html_document()

Value

HTML output format function; passes arguments to Pandoc via knitr and rmarkdown


evanmascitti/ecmfuns documentation built on April 5, 2025, 1:52 a.m.