{"id":13612181,"url":"https://github.com/jekyll/jekyll-commonmark","last_synced_at":"2025-10-25T02:22:01.597Z","repository":{"id":37821046,"uuid":"48401073","full_name":"jekyll/jekyll-commonmark","owner":"jekyll","description":"CommonMark generator for Jekyll","archived":false,"fork":false,"pushed_at":"2023-09-21T09:07:25.000Z","size":115,"stargazers_count":34,"open_issues_count":2,"forks_count":17,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-29T14:58:44.863Z","etag":null,"topics":["commonmark","gem","jekyll","jekyll-plugin","markdown-converter"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jekyll.png","metadata":{"files":{"readme":"Readme.md","changelog":"History.markdown","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-12-22T00:17:31.000Z","updated_at":"2024-09-07T11:12:00.000Z","dependencies_parsed_at":"2023-10-12T07:15:02.563Z","dependency_job_id":null,"html_url":"https://github.com/jekyll/jekyll-commonmark","commit_stats":{"total_commits":119,"total_committers":14,"mean_commits":8.5,"dds":0.73109243697479,"last_synced_commit":"bcac00e555097a1ca737d9d6f837d9a4feaa1ef4"},"previous_names":["pathawks/jekyll-commonmark"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jekyll%2Fjekyll-commonmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jekyll%2Fjekyll-commonmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jekyll%2Fjekyll-commonmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jekyll%2Fjekyll-commonmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jekyll","download_url":"https://codeload.github.com/jekyll/jekyll-commonmark/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245267541,"owners_count":20587459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["commonmark","gem","jekyll","jekyll-plugin","markdown-converter"],"created_at":"2024-08-01T20:00:24.084Z","updated_at":"2025-10-25T02:22:01.552Z","avatar_url":"https://github.com/jekyll.png","language":"Ruby","funding_links":[],"categories":["Markup \u0026 Markdown Converters"],"sub_categories":[],"readme":"# jekyll-commonmark\n\n*CommonMark Markdown converter for Jekyll*\n\n[![Gem Version](https://img.shields.io/gem/v/jekyll-commonmark.svg)](https://rubygems.org/gems/jekyll-commonmark)\n[![Build Status](https://img.shields.io/travis/jekyll/jekyll-commonmark/master.svg)](https://travis-ci.org/jekyll/jekyll-commonmark)\n[![Windows Build status](https://img.shields.io/appveyor/ci/pathawks/jekyll-commonmark/master.svg?label=Windows%20build)](https://ci.appveyor.com/project/pathawks/jekyll-commonmark)\n\nJekyll Markdown converter that uses [libcmark-gfm](https://github.com/github/cmark-gfm) (via [commonmarker](https://github.com/gjtorikian/commonmarker)). \nAs a result, it is faster than Kramdown.\n\nGitHub Pages supports CommonMark through https://github.com/github/jekyll-commonmark-ghpages\n\n## Installation\n\nAdd the following to your `Gemfile`\n\n```ruby\ngroup :jekyll_plugins do\n  gem 'jekyll-commonmark'\nend\n```\n\nand modify your `_config.yml` to use **CommonMark** as your Markdown converter\n\n```yaml\nmarkdown: CommonMark\n```\n\n## Configuration\n\nTo specify [extensions](https://github.com/gjtorikian/commonmarker#extensions) and [options](https://github.com/gjtorikian/commonmarker#options) for use in converting Markdown to HTML, supply options to the Markdown converter:\n\n```yaml\ncommonmark:\n  options: [\"FOOTNOTES\"]\n  extensions: [\"strikethrough\", \"autolink\", \"table\"]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjekyll%2Fjekyll-commonmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjekyll%2Fjekyll-commonmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjekyll%2Fjekyll-commonmark/lists"}