{"id":15764439,"url":"https://github.com/passcod/markdown-dingus","last_synced_at":"2026-02-03T21:02:43.567Z","repository":{"id":257559405,"uuid":"858640927","full_name":"passcod/markdown-dingus","owner":"passcod","description":"Babelmark Dingus server for Rust markdown crates","archived":false,"fork":false,"pushed_at":"2025-12-24T20:45:55.000Z","size":272,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T10:44:10.540Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://markdown-dingus.shuttleapp.rs/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/passcod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-17T09:17:39.000Z","updated_at":"2025-12-24T20:45:59.000Z","dependencies_parsed_at":"2024-10-25T11:36:19.871Z","dependency_job_id":"9a6ade6b-7c03-4eac-a809-1398f5ca05d8","html_url":"https://github.com/passcod/markdown-dingus","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":0.1428571428571429,"last_synced_commit":"3fbb1c7936ee0658029587e923f052e6215ff7af"},"previous_names":["passcod/markdown-dingus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/passcod/markdown-dingus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passcod%2Fmarkdown-dingus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passcod%2Fmarkdown-dingus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passcod%2Fmarkdown-dingus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passcod%2Fmarkdown-dingus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/passcod","download_url":"https://codeload.github.com/passcod/markdown-dingus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passcod%2Fmarkdown-dingus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29057116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T20:13:53.544Z","status":"ssl_error","status_checked_at":"2026-02-03T20:13:40.507Z","response_time":96,"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":[],"created_at":"2024-10-04T12:03:33.336Z","updated_at":"2026-02-03T21:02:43.562Z","avatar_url":"https://github.com/passcod.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Babelmark Dingus server for Rust markdown crates\n\n[Babelmark](https://babelmark.github.io/) is a tool to compare the output of markdown implementations.\n\nThis repository is the source of \u003chttps://dingus.passcod.nz\u003e, which provides Babelmark with various Rust-based markdown parsers/renderers.\n\n## How to add an implementation\n\n1. Clone this repo.\n2. Add the markdown crate to [Cargo.toml](./Cargo.toml).\n3. Create a render module named after the crate: `src/cratename.rs`:\n\n```rust\nuse axum::response::Result;\n\npub async fn render(input: \u0026str) -\u003e Result\u003cString\u003e {\n    Ok(cratename::render_markdown_to_html_somehow(input))\n}\n```\n\n4. Add the implementation to the `main.rs` `rendefers!` macro:\n\n```rust\nrenderers! {\n    // ...\n    \"crate_name\", module_name, false, \"https://github.com/example/repo\"\n}\n```\n\n  - `crate_name` MUST be the exact name of the crate as per Cargo.toml\n  - `module_name` is the filename of the .rs created in step 3\n  - the boolean indicates commonmark compliance\n  - the URL must be to the repo of the markdown implementation\n\n5. Submit a pull request!\n6. Once approved and deployed, go to \u003chttps://dingus.passcod.nz/registry\u003e\n7. Submit your crate's new entry in the registry to \u003chttps://github.com/babelmark/babelmark-registry\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpasscod%2Fmarkdown-dingus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpasscod%2Fmarkdown-dingus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpasscod%2Fmarkdown-dingus/lists"}