Source: r-cran-litedown
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Charles Plessy <plessy@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 r-cran-commonmark (>= 2.0.0),
 r-cran-xfun (>= 0.55),
 architecture-is-64-bit,
 architecture-is-little-endian,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-litedown
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-litedown.git
Homepage: https://cran.r-project.org/package=litedown

Package: r-cran-litedown
Architecture: all
Depends:
 ${R:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Lightweight Version of R Markdown
 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.
