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

Changelog

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

  * Team upload.
  * New upstream version
  * dh-update-R to update Build-Depends (routine-update)

 -- Andreas Tille <email address hidden>  Sat, 24 Jun 2023 23:39:23 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-markdown_1.7+dfsg-1.dsc 2.1 KiB 3d58f517e2bf03abe164f1862ffa3e4f87036acd03f2d3dfa34ea1adbcbc9e40
r-cran-markdown_1.7+dfsg.orig.tar.xz 53.6 KiB 386260f7ab034c9f7a151f8931c6761f8fdf154c52cbdeb2c23cf2bdbc93957f
r-cran-markdown_1.7+dfsg-1.debian.tar.xz 14.5 KiB ddd3f6d736497a1b54b20a580697368ebed9214a589eb809e29f6c94a78811aa

Available diffs

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.