r-cran-litedown 0.9-1
Package Information
| Description | A 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. |
|---|---|
| Maintainer | Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net> |
| Changed By | Charles Plessy <plessy@debian.org> |
| Sponsor | plessy@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/r-pkg-team/r-cran-litedown.git (browse) |
| Tracker | https://tracker.debian.org/pkg/r-cran-litedown |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Distribution | unstable |
|---|---|
| Date | Mon, 20 Apr 2026 13:40:47 +0900 |
| Source | r-cran-litedown |
| Version | 0.9-1 |
| Changed-By | Charles Plessy |
| Architecture | source all |
Changelog
r-cran-litedown (0.9-1) unstable; urgency=medium
.
* Initial release (needed to update r-cran-markdown)
* Restrict to 64-bits architectures (routine-update)
* Restrict to little-endian architectures (routine-update)
* Trim trailing whitespace.
* Set upstream metadata fields: Archive, Bug-Database, Bug-Submit, Repository,
Repository-Browse..dsc
| Section | gnu-r |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | r-cran-litedown deb gnu-r optional arch=all |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://cran.r-project.org/package=litedown Upstream-Name: litedown Upstream-Contact: Yihui Xie <xie@yihui.name>, Files: * Copyright: 2024-2025 Yihui Xie License: MIT Files: debian/* Copyright: 2026 Debian R Packages Maintainers team License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.