litedown (0.7)

Published 2026-02-24 13:47:18 +00:00 by atheaadmin

Installation

options("repos" = c(getOption("repos"), c(gitea="")))
install.packages("litedown")

About this package

Render R Markdown to Markdown (without using 'knitr'), and Markdown to lightweight HTML or 'LaTeX' documents with the 'commonmark' package (instead of 'Pandoc'). Some missing Markdown features in 'commonmark' are also supported, such as raw HTML or 'LaTeX' blocks, 'LaTeX' math, superscripts, subscripts, footnotes, element attributes, and appendices, but not all 'Pandoc' Markdown features are (or will be) supported. With additional JavaScript and CSS, you can also create HTML slides and articles. This package can be viewed as a trimmed-down version of R Markdown and 'knitr'. It does not aim at rich Markdown features or a large variety of output formats (the primary formats are HTML and 'LaTeX'). Book and website projects of multiple input documents are also supported.A Lightweight Version of R Markdown

Dependencies

Imports utils, commonmark (>= 1.9.5), xfun (>= 0.52)
Depends R (>= 3.2.0)
Suggests rbibutils, rstudioapi, tinytex
Details
CRAN
2026-02-24 13:47:18 +00:00
1
MIT + file LICENSE
Yihui Xie (<https://orcid.org/0000-0003-0645-5666>,
98 KiB
Assets (1)
Versions (1) View all
0.7 2026-02-24