Package: commonmark
Type: Package
Title: High Performance CommonMark and Github Markdown Rendering in R
Version: 1.9.0
Authors@R: c(
    person("Jeroen", "Ooms", ,"jeroen@berkeley.edu", role = c("aut", "cre"),
        comment = c(ORCID = "0000-0002-4035-0289")),
    person("John MacFarlane", role = "cph", comment = "Author of cmark"))
URL: https://docs.ropensci.org/commonmark/
        https://r-lib.r-universe.dev/commonmark
        https://github.github.com/gfm/ (spec)
BugReports: https://github.com/r-lib/commonmark/issues
Description: 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.
License: BSD_2_clause + file LICENSE
Suggests: curl, testthat, xml2
RoxygenNote: 7.2.3
Language: en-US
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2023-03-17 18:02:44 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>),
  John MacFarlane [cph] (Author of cmark)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2023-03-17 18:40:02 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2023-03-18 10:22:47 UTC; unix
Archs: commonmark.so.dSYM
