{
  "_id": "6a44ce0c6ff6f2357551b9c6",
  "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-07-01 08:15:32 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>",
  "_user": "ropensci",
  "_type": "src",
  "_file": "commonmark_2.0.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/3be860cc62eeeb3e2ff456009a01e1886d0828538d6c995fd27d2067ace153b3",
  "_filesize": 227979,
  "_sha256": "3be860cc62eeeb3e2ff456009a01e1886d0828538d6c995fd27d2067ace153b3",
  "_expires": "2026-10-09T08:21:31.000Z",
  "_created": "2026-07-01T08:15:32.000Z",
  "_published": "2026-07-01T08:21:32.340Z",
  "_jobs": [
    {
      "job": 84486279761,
      "time": 137,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8004063222"
    },
    {
      "job": 84486279787,
      "time": 150,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8004066636"
    },
    {
      "job": 84486279901,
      "time": 165,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004072815"
    },
    {
      "job": 84486279822,
      "time": 126,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004059043"
    },
    {
      "job": 84486279799,
      "time": 100,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8004083098"
    },
    {
      "job": 84486279740,
      "time": 198,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8004093909"
    },
    {
      "job": 84486279731,
      "time": 94,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004077745"
    },
    {
      "job": 84486279769,
      "time": 162,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004077028"
    },
    {
      "job": 84485871752,
      "time": 145,
      "config": "pkgdown",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8004016759"
    },
    {
      "job": 84485871751,
      "time": 135,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004013052"
    },
    {
      "job": 84486279701,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8004051379"
    },
    {
      "job": 84486279723,
      "time": 70,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8004039294"
    },
    {
      "job": 84486279730,
      "time": 78,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8004041829"
    },
    {
      "job": 84486279756,
      "time": 87,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004045525"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503398900",
  "_status": "success",
  "_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"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "curl",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "xml2",
      "role": "Suggests"
    }
  ],
  "_owner": "r-lib",
  "_selfowned": true,
  "_usedby": 2558,
  "_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": 1106,
    "description": "Tools and R Packages for Open Science"
  },
  "_downloads": {
    "count": 823903,
    "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": 135,
  "_metadata": {
    "ropensci_category": "data-extraction"
  },
  "_rbuild": "4.6.1",
  "_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.479621065706178,
  "_indexed": true,
  "_nocasepkg": "commonmark",
  "_universes": [
    "ropensci",
    "jeroen",
    "r-lib"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-07-01T08:18:00.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "https://r2.ropensci.org/062742df835bcca2e22ab3a67f5f7cfbb8d6e7d7c88cc02c48f64418f73ce58f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503398900"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-07-01T08:18:06.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "https://r2.ropensci.org/8ff104fca42243fd8c9653feb3cd36858c17fb1bca10ec9fcaf4dbb651c6a889",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503398900"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-07-01T08:18:26.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "https://r2.ropensci.org/28967fb3abe073d1947ecd85748c3a86c84b54de81668ad5211d0b623163a592",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503398900"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-07-01T08:17:43.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "https://r2.ropensci.org/190d84e13e1f3499171cb7921cd623bebb282670e55153d2e1caefdb323b3b6d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503398900"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-07-01T08:18:55.000Z",
      "arch": "aarch64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "https://r2.ropensci.org/2b12dd8dba09e05bd9f7768d4daf43057a2123871ff9ad8b20e675b64a966d59",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503398900"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-07-01T08:19:03.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "https://r2.ropensci.org/b2d169d080686eafdd5ede95c0502eb25365cbab95a240c67e53524c0b0eb205",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503398900"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-07-01T08:18:38.000Z",
      "arch": "aarch64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "https://r2.ropensci.org/e2723d6981c178ac2f440d8b0d4167a6c9eef9a62ffa11a97bdacae48bac259a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503398900"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-07-01T08:18:26.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "https://r2.ropensci.org/4897ef45d6e986c48a6a8b2431515dfa4e48e0f373121252fc11559eb0cff2c7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503398900"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.0",
      "date": "2026-07-01T08:17:32.000Z",
      "arch": "emscripten",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "https://r2.ropensci.org/6daeb2ee1df2c1a9293b46c422d46c590c92bc54d9a26c988223bf4ba32832eb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503398900"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-07-01T08:16:35.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "https://r2.ropensci.org/65e680c19f6f5a77e7e278b8658da3e0a10e215c8983d6743d0b69c66ae1574f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503398900"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-07-01T08:16:38.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "https://r2.ropensci.org/6b4be08acfd9ed0069c48abec60e00f8252b5604ec9d528015207d9ea2ac17cc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503398900"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-07-01T08:16:48.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "https://r2.ropensci.org/5404a9154442630f13443a577272f01a30a40686a0bdffa30fe0b65ead249449",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503398900"
    }
  ]
}