32 lines
1.4 KiB
Plaintext
32 lines
1.4 KiB
Plaintext
Package: commonmark
|
|
Type: Package
|
|
Title: High Performance CommonMark and Github Markdown Rendering in R
|
|
Version: 1.9.2
|
|
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 <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.2.3
|
|
Language: en-US
|
|
Encoding: UTF-8
|
|
NeedsCompilation: yes
|
|
Packaged: 2024-10-03 14:12:30 UTC; jeroen
|
|
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>),
|
|
John MacFarlane [cph] (Author of cmark)
|
|
Maintainer: Jeroen Ooms <jeroenooms@gmail.com>
|
|
Repository: CRAN
|
|
Date/Publication: 2024-10-04 12:40:06 UTC
|
|
Built: R 4.4.2; x86_64-w64-mingw32; 2025-01-09 01:43:55 UTC; windows
|
|
Archs: x64
|