# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "litedown" in publications use:' type: software license: MIT title: 'litedown: A Lightweight Version of R Markdown' version: '0.2' doi: 10.32614/CRAN.package.litedown abstract: 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. authors: - family-names: Xie given-names: Yihui email: xie@yihui.name orcid: https://orcid.org/0000-0003-0645-5666 repository: https://r-multiverse.r-universe.dev repository-code: https://github.com/yihui/litedown commit: 6cec1c2ea1db1b27ffe2103bfd33dc0e4e4e7a8c url: https://github.com/yihui/litedown contact: - family-names: Xie given-names: Yihui email: xie@yihui.name orcid: https://orcid.org/0000-0003-0645-5666