r-cran-markdown 1.11+dfsg-1 source package in Ubuntu

Changelog

r-cran-markdown (1.11+dfsg-1) unstable; urgency=medium

  * Team upload.
  * New upstream version

 -- Andreas Tille <email address hidden>  Fri, 27 Oct 2023 11:49:29 +0200

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-markdown_1.11+dfsg-1.dsc 2.2 KiB 08b801889c9ea981de8223175ae597b71e005427f769b298b0776091cac4fce4
r-cran-markdown_1.11+dfsg.orig.tar.xz 55.0 KiB 2d3c80aeefe9aa9000c971fc03b26d8e297bf5532097611551c1a1ef23d7e981
r-cran-markdown_1.11+dfsg-1.debian.tar.xz 14.5 KiB c65907c928e384bcef6669da507edbed68744fc98bd6326e80e53f822a2bc8e2

No changes file available.

Binary packages built by this source

r-cran-markdown: GNU R package providing R bindings to the Sundown Markdown rendering library

 Provides R bindings to the Sundown Markdown rendering library by
 Vicent Marti
 e.a., based upon work by Natacha Porté. Markdown is a plain-text
     formatting syntax that can be converted to XHTML or other formats.
 .
 The R function `markdownToHTML` renders a markdown file to HTML. Options
 controlling HTML output and supported markdown extensions can be
 optionally specified.
 .
 The package also exports the underlying Sundown C extension API which
 enables creating and calling custom renderers using the
 `renderMarkdown` function.
 .
 Please note: the rmarkdown package (with leading r) converts R Markdown
 documents into even more formats, by using pandoc; the CRAN rmarkdown
 package is a newer and enhanced version of this markdown package.