{"id":19838678,"url":"https://github.com/thredded/thredded-markdown_coderay","last_synced_at":"2025-10-09T02:39:49.705Z","repository":{"id":12854279,"uuid":"72968126","full_name":"thredded/thredded-markdown_coderay","owner":"thredded","description":"A Thredded plugin that highlights code syntax in your Markdown posts via Coderay (server-side).","archived":false,"fork":false,"pushed_at":"2023-02-17T13:40:56.000Z","size":32,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-30T20:57:10.304Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/thredded.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELIST.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-06T03:38:22.000Z","updated_at":"2021-10-20T20:31:16.000Z","dependencies_parsed_at":"2024-11-12T12:18:54.629Z","dependency_job_id":"10990ccd-0fac-464f-b11e-8b2646bc0c87","html_url":"https://github.com/thredded/thredded-markdown_coderay","commit_stats":{"total_commits":27,"total_committers":2,"mean_commits":13.5,"dds":0.2222222222222222,"last_synced_commit":"a0fc55ad05a051eaf0c47a564b47d84647696550"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/thredded/thredded-markdown_coderay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thredded%2Fthredded-markdown_coderay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thredded%2Fthredded-markdown_coderay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thredded%2Fthredded-markdown_coderay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thredded%2Fthredded-markdown_coderay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thredded","download_url":"https://codeload.github.com/thredded/thredded-markdown_coderay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thredded%2Fthredded-markdown_coderay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000775,"owners_count":26082906,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-12T12:18:40.640Z","updated_at":"2025-10-09T02:39:49.686Z","avatar_url":"https://github.com/thredded.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Thredded Plugin: Syntax Highlighting in Markdown via Coderay [![Build Status](https://travis-ci.org/thredded/thredded-markdown_coderay.svg?branch=main)](https://travis-ci.org/thredded/thredded-markdown_coderay) [![Test Coverage](https://codeclimate.com/github/thredded/thredded-markdown_coderay/badges/coverage.svg)](https://codeclimate.com/github/thredded/thredded-markdown_coderay/coverage)\n\nA Thredded plugin that Highlights code syntax in your Markdown posts via\n[Coderay](https://github.com/rubychan/coderay).\n\nThe result with the default styles looks like this:\n\n![thredded-markdown_coderay](https://cloud.githubusercontent.com/assets/216339/20035926/46650068-a3b5-11e6-90b0-2530bf1d98f5.png)\n\nCode language is not inferred, and must be specified, e.g.:\n\n    ```ruby\n    puts 'hi'\n    ```\n    \nor\n\n    ~~~ ruby\n    puts 'hi'\n    ~~~\n\nCurrently only supports the default Thredded markdown parser:\n[Kramdown](https://github.com/gettalong/kramdown).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'thredded-markdown_coderay'\n```\n\nAnd then execute:\n\n```bash\nbundle\nrails g thredded:markdown_coderay:install\n```\n\n## Usage\n\n\\-\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies.\nThen, run `rake spec` to run the tests. You can also run `bin/console` for an\ninteractive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`.\nTo release a new version, update the version number in `version.rb`, and then\nrun `bundle exec rake release`, which will create a git tag for the version,\npush git commits and tags, and push the `.gem` file to\n[rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/thredded/thredded-markdown_coderay. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the\n[MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthredded%2Fthredded-markdown_coderay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthredded%2Fthredded-markdown_coderay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthredded%2Fthredded-markdown_coderay/lists"}