{
  "_id": "6a0c279fd334f78605816642",
  "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-05-19 09:00:07 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": "59e43f749e47fb442aa6436d03a8c0a5",
  "_user": "ropensci",
  "_type": "src",
  "_file": "commonmark_2.0.0.tar.gz",
  "_fileid": "423f235712742ac0ed04f50d297169969f04742fa6f9f8f6e63f58a482aba0d3",
  "_filesize": 227211,
  "_sha256": "423f235712742ac0ed04f50d297169969f04742fa6f9f8f6e63f58a482aba0d3",
  "_created": "2026-05-19T09:00:07.000Z",
  "_published": "2026-05-19T09:04:31.951Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 76703126434,
      "time": 123,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7079185994"
    },
    {
      "job": 76703126307,
      "time": 131,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7079188861"
    },
    {
      "job": 76703126435,
      "time": 137,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079190335"
    },
    {
      "job": 76703126299,
      "time": 129,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079188069"
    },
    {
      "job": 76703126455,
      "time": 94,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7079176048"
    },
    {
      "job": 76703126310,
      "time": 183,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7079206529"
    },
    {
      "job": 76703126328,
      "time": 77,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079170041"
    },
    {
      "job": 76703126395,
      "time": 182,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079205982"
    },
    {
      "job": 76702650826,
      "time": 145,
      "config": "pkgdown",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079136682"
    },
    {
      "job": 76702650845,
      "time": 162,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079143052"
    },
    {
      "job": 76703126327,
      "time": 113,
      "config": "wasm-release",
      "r": "4.5.1",
      "check": "OK",
      "artifact": "7079182511"
    },
    {
      "job": 76703126430,
      "time": 82,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7079172365"
    },
    {
      "job": 76703126359,
      "time": 81,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7079171284"
    },
    {
      "job": 76703126373,
      "time": 86,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079173026"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087001447",
  "_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": 2500,
  "_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",
    "description": "Tools and R Packages for Open Science"
  },
  "_downloads": {
    "count": 691704,
    "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": 123,
  "_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",
    "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.353276080096947,
  "_indexed": true,
  "_nocasepkg": "commonmark",
  "_universes": [
    "ropensci",
    "jeroen",
    "r-lib"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-05-19T09:02:18.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "2f1cb14c0e6f6c69f7a45f5490a9ca7bc2967679237d35f2bfa978a59d3d2b46",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087001447"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-05-19T09:02:24.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "38670874b92da28771af1970dfb9259b956f71c1988fc87ae70df134bddd79e4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087001447"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-05-19T09:02:30.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "b4986782369882554ccc5a3402d62aa9e99c7e685001e92f6bff5a24e9d6ca60",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087001447"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-05-19T09:02:22.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "dc76143c42c5ee121014dac8ac300df83bfa8dff6efac504d728e6629176b304",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087001447"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-05-19T09:01:49.000Z",
      "arch": "aarch64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "35fb3b8977e58854e4a3b35d96c78fc54cf57e347f62af671e5b098b83bbeb67",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087001447"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-05-19T09:03:01.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "435fdcfcb4a31d4e99bd9d9e3c73c2bf70ef2d00eaa4f350a1b58242a77299aa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087001447"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-05-19T09:01:31.000Z",
      "arch": "aarch64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "556c4f6428d9c12bf9622e8a92960b96665e94801dcf9ad1cb1e3314b721313b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087001447"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-05-19T09:02:48.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "9c8b90acd6e7bd0d02c86617a9ee778d0c4b4e43fe82b577c26a456e59a990d0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087001447"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-05-19T09:01:19.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "b2fb4e46887663eb4d5c9bd83d8a54a55e47246867ac3d125704ffb990a1fd80",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087001447"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-05-19T09:01:16.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "108d71cbde101949e453b5456cfa7d76e5cab5535ce95f774bbe12638a1cbc32",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087001447"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-05-19T09:01:17.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "725646a2603c6c3ad66ce157c2c8d9d5ad2b64bc1cde2ca7d217f20f0da68ca4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087001447"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.0",
      "date": "2026-05-22T00:21:22.000Z",
      "arch": "emscripten",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "e5f9be11fdeaea628a80d05f6928e0185697d29dfaf5bf26204d3e459335464d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087001447"
    }
  ]
}