diff --git a/DESCRIPTION b/DESCRIPTION index 5423867..7b253d0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,16 +6,16 @@ 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://r-lib.r-universe.dev/commonmark - https://github.github.com/gfm/ (spec) + https://ropensci.r-universe.dev/commonmark 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,