Source: r-cran-commonmark Standards-Version: 4.7.3 Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille , Section: gnu-r Testsuite: autopkgtest-pkg-r Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-commonmark Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-commonmark.git Homepage: https://cran.r-project.org/package=commonmark Rules-Requires-Root: no Package: r-cran-commonmark Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}, Recommends: ${R:Recommends}, Suggests: ${R:Suggests}, Description: High Performance CommonMark and Github Markdown Rendering in R The CommonMark specification defines a rationalized version of markdown syntax. This package uses the 'cmark' reference implementation for converting markdown text into various formats including html, latex and groff man. In addition it exposes the markdown parse tree in xml format. Also includes opt-in support for GFM extensions including tables, autolinks, and strikethrough text.