Package: r-cran-markdown Version: 0.7.7-1~bpo8+1 Architecture: amd64 Maintainer: Debian Science Team Installed-Size: 233 Depends: libc6 (>= 2.14), r-base-core (>= 3.1.1-1) Filename: jessie/r-cran-markdown/r-cran-markdown_0.7.7-1~bpo8+1_amd64.deb Size: 93584 MD5sum: 09efa274bca7a2bc7a256c17d7397546 SHA1: 981522778d08948cd9aa9db50f690ff515a326a6 SHA256: f1bf693e85fc54efc539ad1cb63c78da2397dd49b2c55df94784eaf2e3fe70b5 Section: gnu-r Priority: optional Homepage: https://cran.r-project.org/web/packages/markdown/ Description: 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.