{
  "_id": "6a1e85131d7bb097a0a66dac",
  "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://rforms.r-universe.dev",
  "Date/Publication": "2025-07-07 12:31:35 UTC",
  "RemoteUrl": "https://github.com/r-lib/commonmark",
  "RemoteRef": "HEAD",
  "RemoteSha": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-02 07:20:04 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": "15d6d29d2c3148ee1534af49b73f54f6",
  "_user": "rforms",
  "_type": "src",
  "_file": "commonmark_2.0.0.tar.gz",
  "_fileid": "7e114f5b89d6ceb382e0fcd331e2347ad305a5d04ea5b804c76d70cc5058360f",
  "_filesize": 226814,
  "_sha256": "7e114f5b89d6ceb382e0fcd331e2347ad305a5d04ea5b804c76d70cc5058360f",
  "_created": "2026-06-02T07:20:04.000Z",
  "_published": "2026-06-02T07:24:03.383Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79019528589,
      "time": 114,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7351392355"
    },
    {
      "job": 79019528627,
      "time": 157,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7351403372"
    },
    {
      "job": 79019528604,
      "time": 114,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351391725"
    },
    {
      "job": 79019528587,
      "time": 156,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351403126"
    },
    {
      "job": 79019528584,
      "time": 106,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7351388663"
    },
    {
      "job": 79019528573,
      "time": 181,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7351411175"
    },
    {
      "job": 79019528548,
      "time": 78,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351380375"
    },
    {
      "job": 79019528621,
      "time": 197,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351415141"
    },
    {
      "job": 79019096701,
      "time": 180,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351355518"
    },
    {
      "job": 79019528531,
      "time": 107,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351388777"
    },
    {
      "job": 79019528667,
      "time": 91,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7351384485"
    },
    {
      "job": 79019528541,
      "time": 96,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7351386246"
    },
    {
      "job": 79019528657,
      "time": 79,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351380666"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rforms/actions/runs/26804643966",
  "_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": false,
  "_usedby": 2510,
  "_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": 125671690,
    "type": "organization",
    "name": "Rform Research Mixtapes"
  },
  "_downloads": {
    "count": 689351,
    "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": 106,
  "_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/HEAD/README.md",
  "_rundeps": [],
  "_score": 13.288930669529158,
  "_indexed": false,
  "_nocasepkg": "commonmark",
  "_universes": [
    "rforms"
  ],
  "_indexurl": "https://ropensci.r-universe.dev/commonmark",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-02T07:22:10.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "f796fdf134f0d571213de7bf6116ddd90c8ef0ec34f99f2ff46ed16cb1e65f33",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rforms/actions/runs/26804643966"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-02T07:22:45.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "b78a258b749e32bb5ea40358c151ae3550381d173bf0c2cb549fb9d4eea7bfe4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rforms/actions/runs/26804643966"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-02T07:22:09.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "68785b125eefa34b1a804ac2cb6a1f6f0d3ba9eafe134d6747892ef2071e4f6f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rforms/actions/runs/26804643966"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-02T07:22:44.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "f0129e42d0db603f7161784f43295f2755b97c3efc6ca8135e6a0f5d3023d559",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rforms/actions/runs/26804643966"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-06-02T07:21:52.000Z",
      "arch": "aarch64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "799bc304c09c8163fed9f141cf9ea1f7af976abe3dc14667663005c2a4adf59f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rforms/actions/runs/26804643966"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-06-02T07:23:00.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "dde25c6cfb0814a515f552a19998069af1394ec5ba41e046df7a487acd044b32",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rforms/actions/runs/26804643966"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-06-02T07:21:30.000Z",
      "arch": "aarch64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "d0bb30a1ea26469bd5e1cd446706be26acf1606341ac7a9e0cd5f99cd261b415",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rforms/actions/runs/26804643966"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-06-02T07:23:16.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "bc5637ce0f1b1a18b45f2404293811ac5bdd91cab2b723ab2244277cb7a1fc76",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rforms/actions/runs/26804643966"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.0",
      "date": "2026-06-02T07:22:05.000Z",
      "arch": "emscripten",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "bb4d9fc9cb2790d071cbf0f4318cd4c5fa261e01df1280c3fe3937b958486f10",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rforms/actions/runs/26804643966"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-06-02T07:21:23.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "4780aea80f5f9648edc42b17df88ee25c923f1eec88a8d8bcae76e1cf588d5ca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rforms/actions/runs/26804643966"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-06-02T07:21:26.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "84cbfc28c14198d4a719ef7b0bc9a952863da5a0a3a3e2a6f55b4c79a54b1163",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rforms/actions/runs/26804643966"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-06-02T07:21:11.000Z",
      "arch": "x86_64",
      "commit": "6c29d2ceb408bef07012b69c45dc7e31ed8b2eaa",
      "fileid": "4dc56e70c49d0bd95b3b72aa0933c62a0721954ee02f2d9a62a3429d21b593a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rforms/actions/runs/26804643966"
    }
  ]
}