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.
Version: | 0.3 |
Depends: | R (≥ 3.2.0) |
Imports: | utils, commonmark (≥ 1.9.1), xfun (≥ 0.48) |
Suggests: | knitr, rbibutils, rmarkdown (≥ 2.18), rstudioapi, tinytex, yaml |
Published: | 2024-10-16 |
DOI: | 10.32614/CRAN.package.litedown |
Author: | Yihui Xie [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 [issues need fixing before 2024-11-12] |
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) |
Package source: | litedown_0.3.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.3.tgz, r-oldrel (arm64): litedown_0.3.tgz, r-release (x86_64): litedown_0.3.tgz, r-oldrel (x86_64): litedown_0.3.tgz |
Old sources: | litedown archive |
Reverse suggests: | mirai, nanonext, xfun, ympes |
Please use the canonical form https://CRAN.R-project.org/package=litedown to link to this page.