{"id":15048230,"url":"https://github.com/github/jekyll-commonmark-ghpages","last_synced_at":"2025-05-15T17:03:14.979Z","repository":{"id":26874242,"uuid":"95631788","full_name":"github/jekyll-commonmark-ghpages","owner":"github","description":"CommonMark generator for Jekyll used by GitHub Pages","archived":false,"fork":false,"pushed_at":"2025-05-05T17:00:10.000Z","size":123,"stargazers_count":66,"open_issues_count":9,"forks_count":19,"subscribers_count":125,"default_branch":"master","last_synced_at":"2025-05-05T18:24:13.864Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/github.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-06-28T05:27:44.000Z","updated_at":"2025-05-05T17:00:12.000Z","dependencies_parsed_at":"2024-12-14T08:03:45.252Z","dependency_job_id":"c6044a70-6ed4-4200-90c3-927df8df49a2","html_url":"https://github.com/github/jekyll-commonmark-ghpages","commit_stats":{"total_commits":58,"total_committers":11,"mean_commits":"5.2727272727272725","dds":0.603448275862069,"last_synced_commit":"06c5dccd757691f7c86c38b715b7e75d4f1c609d"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fjekyll-commonmark-ghpages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fjekyll-commonmark-ghpages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fjekyll-commonmark-ghpages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fjekyll-commonmark-ghpages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/github","download_url":"https://codeload.github.com/github/jekyll-commonmark-ghpages/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254384937,"owners_count":22062421,"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":[],"created_at":"2024-09-24T21:09:34.526Z","updated_at":"2025-05-15T17:03:14.928Z","avatar_url":"https://github.com/github.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jekyll-commonmark-ghpages\n\n*GitHub Flavored Markdown converter for Jekyll, based on [`jekyll-commonmark`](https://github.com/jekyll/jekyll-commonmark)*\n\n[![Gem Version](https://img.shields.io/gem/v/jekyll-commonmark-ghpages.svg)](https://rubygems.org/gems/jekyll-commonmark-ghpages)\n[![Build Status](https://github.com/github/jekyll-commonmark-ghpages/actions/workflows/cibuild.yaml/badge.svg)](https://github.com/github/jekyll-commonmark-ghpages/actions/workflows/cibuild.yaml)\n\nJekyll Markdown converter that uses [libcmark-gfm](https://github.com/github/cmark), GitHub's fork of [cmark](https://github.com/commonmark/cmark), the reference parser for CommonMark, with some additions to ensure compatibility with existing Kramdown-based sites.\n\n## Installation\n\nAdd the following to your `Gemfile`:\n\n```ruby\ngroup :jekyll_plugins do\n  gem 'jekyll-commonmark-ghpages'\nend\n```\n\nand modify your `_config.yml` to use **CommonMarkGhPages** as your Markdown converter:\n\n```yaml\nmarkdown: CommonMarkGhPages\n```\n\nThis processor is currently in testing for use in GitHub Pages.\n\nTo specify extensions and options for use in converting Markdown to HTML, supply options to the Markdown converter:\n\n```yaml\ncommonmark:\n  options: [\"UNSAFE\", \"SMART\", \"FOOTNOTES\"]\n  extensions: [\"strikethrough\", \"autolink\", \"table\", \"tagfilter\"]\n```\n\n⚠ The `UNSAFE` option is required for HTML rendering.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Fjekyll-commonmark-ghpages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithub%2Fjekyll-commonmark-ghpages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Fjekyll-commonmark-ghpages/lists"}