Package: commonmark Type: Package Title: High Performance CommonMark and Github Markdown Rendering in R Version: 2.0.0 Authors@R: c( person("Jeroen", "Ooms", ,"jeroenooms@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4035-0289")), person("John MacFarlane", role = "cph", comment = "Author of cmark")) 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 URL: https://docs.ropensci.org/commonmark/ https://ropensci.r-universe.dev/commonmark BugReports: https://github.com/r-lib/commonmark/issues Suggests: curl, testthat, xml2 RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Language: en-US Encoding: UTF-8 Repository: https://ropensci.r-universe.dev Date/Publication: 2025-07-07 12:31:35 UTC RemoteUrl: https://github.com/r-lib/commonmark RemoteRef: main RemoteSha: 6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa NeedsCompilation: yes Packaged: 2026-06-23 16:35:38 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ), John MacFarlane [cph] (Author of cmark) Maintainer: Jeroen Ooms