Source: r-cran-markdown
Section: gnu-r
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Joost van Baal-Ilić <joostvb@debian.org>
Build-Depends: debhelper (>= 9), r-base-dev, r-cran-mime, cdbs, dpkg-dev (>= 1.16.1~)
Standards-Version: 3.9.6
Homepage: https://cran.r-project.org/web/packages/markdown/
Vcs-Git: git://anonscm.debian.org/debian-science/packages/r-cran-markdown.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/r-cran-markdown.git

Package: r-cran-markdown
Architecture: any
Depends: ${shlibs:Depends}, ${R:Depends}
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.
