{"id":16354961,"url":"https://github.com/ambient-impact/drupal-ambientimpact-markdown","last_synced_at":"2026-04-26T16:32:40.318Z","repository":{"id":175318764,"uuid":"653227733","full_name":"Ambient-Impact/drupal-ambientimpact-markdown","owner":"Ambient-Impact","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-04T19:32:41.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"2.x","last_synced_at":"2025-05-20T16:17:09.778Z","etag":null,"topics":["drupal","drupal-10","drupal-10-module"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ambient-Impact.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"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":"2023-06-13T16:34:48.000Z","updated_at":"2024-10-04T19:32:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"697dba04-cdb4-47c2-be18-20fe6b719071","html_url":"https://github.com/Ambient-Impact/drupal-ambientimpact-markdown","commit_stats":null,"previous_names":["ambient-impact/drupal-ambientimpact-markdown"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ambient-Impact/drupal-ambientimpact-markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ambient-Impact","download_url":"https://codeload.github.com/Ambient-Impact/drupal-ambientimpact-markdown/tar.gz/refs/heads/2.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-markdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32305035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["drupal","drupal-10","drupal-10-module"],"created_at":"2024-10-11T01:38:09.567Z","updated_at":"2026-04-26T16:32:40.302Z","avatar_url":"https://github.com/Ambient-Impact.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"This Drupal module triggers Symfony events during various stages of\n[PHP CommonMark](https://commonmark.thephpleague.com/) document parsing via\n[the Markdown module](https://www.drupal.org/project/markdown).\n\n**Warning**: while this is generally production-ready, it's not guaranteed to\nmaintain a stable API and may occasionally contain bugs, being a\nwork-in-progress. Stable releases may be provided at a later date.\n\n----\n\n# Requirements\n\n* [Drupal 10 or 11](https://www.drupal.org/download)\n\n* PHP 8.1\n\n* [Composer](https://getcomposer.org/)\n\n----\n\n# Installation\n\n## Composer\n\n### Set up\n\nEnsure that you have your Drupal installation set up with the correct Composer\ninstaller types such as those provided by [the `drupal/recommended-project`\ntemplate](https://www.drupal.org/docs/develop/using-composer/starting-a-site-using-drupal-composer-project-templates#s-drupalrecommended-project).\nIf you're starting from scratch, simply requiring that template and following\n[the Drupal.org Composer\ndocumentation](https://www.drupal.org/docs/develop/using-composer/starting-a-site-using-drupal-composer-project-templates)\nshould get you up and running.\n\n### Repository\n\nIn your root `composer.json`, add the following to the `\"repositories\"` section:\n\n```json\n\"drupal/ambientimpact_markdown\": {\n  \"type\": \"vcs\",\n  \"url\": \"https://github.com/Ambient-Impact/drupal-ambientimpact-markdown.git\"\n}\n```\n\n### Installing\n\nOnce you've completed all of the above, run `composer require\n\"drupal/ambientimpact_markdown:^2.0@dev\"` in the root of your project to have\nComposer install this and its required dependencies for you.\n\n----\n\n# Major breaking changes\n\nThe following major version bumps indicate breaking changes:\n\n* 1.x:\n\n  * Has been [`git subtree split`](https://shantanoo-desai.github.io/posts/technology/git_subtree/) from [`Ambient-Impact/drupal-modules`](https://github.com/Ambient-Impact/drupal-modules/tree/8.x) into a standalone package; version has been reset to 1.x.\n\n  * Requires Drupal 9.5.\n\n* 2.x:\n\n  * Requires [Drupal 10](https://www.drupal.org/project/drupal/releases/10.0.0) due to non-backwards compatible change to [`\\Drupal\\Component\\EventDispatcher\\ContainerAwareEventDispatcher::dispatch()`](https://git.drupalcode.org/project/drupal/-/commit/7b324dd8f18919fc4d728bdb0afbcf27c8c02cb2#6e9d627c11801448b7a793c204471d8f951ae2fb).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambient-impact%2Fdrupal-ambientimpact-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fambient-impact%2Fdrupal-ambientimpact-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambient-impact%2Fdrupal-ambientimpact-markdown/lists"}