{
  "_id": "6a3ab80744e65c5976a8c76b",
  "Package": "commonmark",
  "Type": "Package",
  "Title": "High Performance CommonMark and Github Markdown Rendering in R",
  "Version": "2.0.0",
  "Authors@R": "c(\nperson(\"Jeroen\", \"Ooms\", ,\"jeroenooms@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"John MacFarlane\", role = \"cph\", comment = \"Author of cmark\"))",
  "Description": "The CommonMark specification\n<https://github.github.com/gfm/> defines a rationalized version\nof markdown syntax. This package uses the 'cmark' reference\nimplementation for converting markdown text into various\nformats including html, latex and groff man. In addition it\nexposes the markdown parse tree in xml format. Also includes\nopt-in support for GFM extensions including tables, autolinks,\nand strikethrough text.",
  "License": "BSD_2_clause + file LICENSE",
  "URL": "https://docs.ropensci.org/commonmark/\nhttps://ropensci.r-universe.dev/commonmark",
  "BugReports": "https://github.com/r-lib/commonmark/issues",
  "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": {
    "Date": "2026-06-23 16:35:38 UTC",
    "User": "root"
  },
  "Author": "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>),\nJohn MacFarlane [cph] (Author of cmark)",
  "Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
  "MD5sum": "cc2785bba3be006459c58ced8bfbbfa7",
  "_user": "ropensci",
  "_type": "src",
  "_file": "commonmark_2.0.0.tar.gz",
  "_fileid": "d2addefe1738459c44e7eb67f297e10dee6e21025df6a6093170d466987252f2",
  "_filesize": 227994,
  "_sha256": "d2addefe1738459c44e7eb67f297e10dee6e21025df6a6093170d466987252f2",
  "_created": "2026-06-23T16:35:38.000Z",
  "_published": "2026-06-23T16:44:55.697Z",
  "_distro": "resolute",
  "_jobs": [
    {
      "job": 83007783682,
      "time": 123,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7827199312"
    },
    {
      "job": 83007783621,
      "time": 165,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7827214809"
    },
    {
      "job": 83007783702,
      "time": 126,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7827200568"
    },
    {
      "job": 83007783658,
      "time": 123,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7827198376"
    },
    {
      "job": 83007783721,
      "time": 117,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7827350133"
    },
    {
      "job": 83007783699,
      "time": 272,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7827306538"
    },
    {
      "job": 83007783676,
      "time": 108,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7827252180"
    },
    {
      "job": 83007783744,
      "time": 251,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7827321416"
    },
    {
      "job": 83007246298,
      "time": 189,
      "config": "pkgdown",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7827164480"
    },
    {
      "job": 83007246261,
      "time": 149,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7827147714"
    },
    {
      "job": 83007783645,
      "time": 92,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7827185890"
    },
    {
      "job": 83007783659,
      "time": 122,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7827197846"
    },
    {
      "job": 83007783585,
      "time": 123,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7827197748"
    },
    {
      "job": 83007783711,
      "time": 122,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7827197942"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ropensci/actions/runs/28041045526",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/r-lib/commonmark",
  "_commit": {
    "id": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
    "author": "Yihui Xie <xie@yihui.name>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Implement LaTeX footnotes using `\\footnotemark` and `\\footnotetext` (#32)\n\n* use \\footnotetext and \\footnotemark to implement LaTeX footnotes\n\n* git diff be62b2b26a06e0143144a444740f86491e4413ce c3be50ec6d2cbef983d68dbab16cde8c91a1c7a8 > src/patches/latex-footnotes.diff\n\n* add tests, news, and bump version\n\n---------\n\nCo-authored-by: Jeroen Ooms <jeroenooms@gmail.com>",
    "time": 1751891495
  },
  "_maintainer": {
    "name": "Jeroen Ooms",
    "email": "jeroenooms@gmail.com",
    "login": "jeroen",
    "mastodon": "@jeroenooms@fosstodon.org",
    "bluesky": "@jeroenooms.bsky.social",
    "description": "Staff research engineer at @ropensci, tidyverse team member, and project lead for R-universe",
    "uuid": 216319,
    "orcid": "0000-0002-4035-0289"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "curl",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "xml2",
      "role": "Suggests"
    }
  ],
  "_owner": "r-lib",
  "_selfowned": true,
  "_usedby": 2539,
  "_updates": [
    {
      "week": "2025-28",
      "n": 8
    }
  ],
  "_tags": [
    {
      "name": "v2.0.0",
      "date": "2025-07-07"
    }
  ],
  "_topics": [
    "cmark",
    "cmark-gfm",
    "gfm",
    "markdown"
  ],
  "_stars": 101,
  "_contributors": [
    {
      "user": "jeroen",
      "count": 163,
      "uuid": 216319
    },
    {
      "user": "yihui",
      "count": 3,
      "uuid": 163582
    },
    {
      "user": "georgestagg",
      "count": 1,
      "uuid": 982548
    },
    {
      "user": "hadley",
      "count": 1,
      "uuid": 4196
    },
    {
      "user": "jennybc",
      "count": 1,
      "uuid": 599454
    },
    {
      "user": "jimhester",
      "count": 1,
      "uuid": 205275
    },
    {
      "user": "maelle",
      "count": 1,
      "uuid": 8360597
    },
    {
      "user": "trbailey326",
      "count": 1,
      "uuid": 13397180
    }
  ],
  "_userbio": {
    "uuid": 1200269,
    "type": "organization",
    "name": "rOpenSci",
    "followers": 1100,
    "description": "Tools and R Packages for Open Science"
  },
  "_downloads": {
    "count": 827827,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/commonmark"
  },
  "_devurl": "https://github.com/r-lib/commonmark",
  "_pkgdown": "https://docs.ropensci.org/commonmark/",
  "_searchresults": 132,
  "_metadata": {
    "ropensci_category": "data-extraction"
  },
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/commonmark.html",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/r-lib/commonmark",
  "_realowner": "ropensci",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2",
      "date": "2015-05-27"
    },
    {
      "version": "0.4",
      "date": "2015-05-30"
    },
    {
      "version": "0.5",
      "date": "2015-09-01"
    },
    {
      "version": "0.6",
      "date": "2016-01-03"
    },
    {
      "version": "0.7",
      "date": "2016-01-20"
    },
    {
      "version": "0.8",
      "date": "2016-03-30"
    },
    {
      "version": "0.9",
      "date": "2016-07-23"
    },
    {
      "version": "1.0",
      "date": "2016-12-01"
    },
    {
      "version": "1.1",
      "date": "2016-12-13"
    },
    {
      "version": "1.2",
      "date": "2017-03-01"
    },
    {
      "version": "1.4",
      "date": "2017-09-01"
    },
    {
      "version": "1.5",
      "date": "2018-04-28"
    },
    {
      "version": "1.6",
      "date": "2018-09-30"
    },
    {
      "version": "1.7",
      "date": "2018-12-01"
    },
    {
      "version": "1.8.0",
      "date": "2022-03-09"
    },
    {
      "version": "1.8.1",
      "date": "2022-10-14"
    },
    {
      "version": "1.9.0",
      "date": "2023-03-17"
    },
    {
      "version": "1.9.1",
      "date": "2024-01-30"
    },
    {
      "version": "1.9.2",
      "date": "2024-10-04"
    },
    {
      "version": "1.9.4",
      "date": "2025-03-17"
    },
    {
      "version": "1.9.5",
      "date": "2025-03-17"
    },
    {
      "version": "2.0.0",
      "date": "2025-07-07"
    }
  ],
  "_exports": [
    "list_extensions",
    "markdown_commonmark",
    "markdown_html",
    "markdown_latex",
    "markdown_man",
    "markdown_text",
    "markdown_xml"
  ],
  "_help": [
    {
      "page": "commonmark",
      "title": "Parse and render markdown text",
      "topics": [
        "commonmark",
        "markdown",
        "markdown_commonmark",
        "markdown_html",
        "markdown_latex",
        "markdown_man",
        "markdown_text",
        "markdown_xml"
      ]
    },
    {
      "page": "extensions",
      "title": "Github CommonMark Extensions",
      "topics": [
        "extensions",
        "list_extensions"
      ]
    }
  ],
  "_readme": "https://github.com/r-lib/commonmark/raw/main/README.md",
  "_rundeps": [],
  "_score": 13.468686891964019,
  "_indexed": true,
  "_nocasepkg": "commonmark",
  "_universes": [
    "ropensci",
    "jeroen",
    "r-lib"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-23T16:37:55.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "dc81e8053d57f02e9f0bab5b36bf449c38e8b49b65df276f2c9c0d1c217e02c4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28041045526"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-23T16:38:31.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "d6def43b3bd635a5e7393b1d3327153e6e5bd46e52855a2c073c26f1d0c7d687",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28041045526"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-23T16:37:57.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "b6f5fe0ed8462522a83cdb8dae30308a833b5699de74e74c636b7ce93378774c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28041045526"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-23T16:37:48.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "1514a864ee241802a9669f13cbf939d8ce6954f2b31f020e292f8ced0103e0dd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28041045526"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-06-23T16:44:08.000Z",
      "arch": "aarch64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "08d940c570d4c053f1f929a70e29e3b6eace0848ef39f5e4106d8bfc994c1045",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28041045526"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-06-23T16:41:48.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "e39b437159f0c9fb2fed2f2ff3c383438c8136cb478e53eb5f9e62325eb0fe68",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28041045526"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-06-23T16:40:07.000Z",
      "arch": "aarch64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "c640a95e51c5bf7ed11804469890bf26dffb0308cb9318f231492a4491f820a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28041045526"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-06-23T16:42:34.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "1d62317c2c59c2f015212ea6be8d239dd28570ff4b2e84e19781f4f17a9813c3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28041045526"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.0",
      "date": "2026-06-23T16:37:27.000Z",
      "arch": "emscripten",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "003706d0547c9b8aa57d5d3e7d082c56aa19e586f15e3da7c8798aa3d28622ef",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28041045526"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-06-23T16:37:33.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "83f89e1241084572d18c0e2d08ad0620f9e5cc3232b9e3238bd9ee5d506f8ed8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28041045526"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-06-23T16:37:35.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "2b4ae2cc85b512dba006c98d9b1033e4322840ebc45a70fc671ce8a6fa747e50",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28041045526"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-06-23T16:37:33.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "c1bc27bef78e027160263c4fed574e797116a6aa6454b96cf39a246d659480d1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28041045526"
    }
  ]
}