-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: commonmark
Type: Package
Title: High Performance CommonMark and Github Markdown Rendering in R
Version: 1.9.3
Authors@R: c(
person("Jeroen", "Ooms", ,"[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4035-0289")),
person("John MacFarlane", role = "cph", comment = "Author of cmark"))
Description: The CommonMark specification <https://github.github.com/gfm/> 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