litedown: A Lightweight Version of R Markdown

Render R Markdown to Markdown (without using 'knitr'), and Markdown to lightweight HTML/LaTeX documents with the 'commonmark' package (instead of 'Pandoc'). Some missing Markdown features in 'commonmark' are also supported, such as raw HTML/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.

Version: 0.2
Depends: R (≥ 3.2.0)
Imports: utils, commonmark (≥ 1.9.1), xfun (≥ 0.47)
Suggests: knitr, rbibutils, rmarkdown (≥ 2.18), rstudioapi, tinytex, yaml
Published: 2024-09-08
DOI: 10.32614/CRAN.package.litedown
Author: Yihui Xie ORCID iD [aut, cre]
Maintainer: Yihui Xie <xie at yihui.name>
BugReports: https://github.com/yihui/litedown/issues
License: MIT + file LICENSE
URL: https://github.com/yihui/litedown
NeedsCompilation: no
Materials: README NEWS
CRAN checks: litedown results

Documentation:

Reference manual: litedown.pdf
Vignettes: Some Markdown Examples (source)
HTML Output from Markdown Examples (source, R code)
Making HTML Slides with the litedown Package (source, R code)

Downloads:

Package source: litedown_0.2.tar.gz
Windows binaries: r-devel: litedown_0.2.zip, r-release: litedown_0.2.zip, r-oldrel: litedown_0.2.zip
macOS binaries: r-release (arm64): litedown_0.2.tgz, r-oldrel (arm64): not available, r-release (x86_64): litedown_0.2.tgz, r-oldrel (x86_64): not available
Old sources: litedown archive

Reverse dependencies:

Reverse suggests: ympes

Linking:

Please use the canonical form https://CRAN.R-project.org/package=litedown to link to this page.