{"id":20523774,"url":"https://github.com/patrickrgaffney/patdown","last_synced_at":"2025-04-14T03:23:55.002Z","repository":{"id":44477495,"uuid":"56284971","full_name":"patrickrgaffney/patdown","owner":"patrickrgaffney","description":"a non-fancy markdown parser in C","archived":false,"fork":false,"pushed_at":"2017-03-22T02:43:10.000Z","size":336,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T17:21:27.515Z","etag":null,"topics":["c","commonmark","markdown","markdown-parser","parser"],"latest_commit_sha":null,"homepage":"","language":"C","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/patrickrgaffney.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}},"created_at":"2016-04-15T02:34:41.000Z","updated_at":"2024-09-27T11:43:33.000Z","dependencies_parsed_at":"2022-09-08T04:51:03.679Z","dependency_job_id":null,"html_url":"https://github.com/patrickrgaffney/patdown","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickrgaffney%2Fpatdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickrgaffney%2Fpatdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickrgaffney%2Fpatdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickrgaffney%2Fpatdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patrickrgaffney","download_url":"https://codeload.github.com/patrickrgaffney/patdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248814318,"owners_count":21165743,"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":["c","commonmark","markdown","markdown-parser","parser"],"created_at":"2024-11-15T22:45:25.802Z","updated_at":"2025-04-14T03:23:54.972Z","avatar_url":"https://github.com/patrickrgaffney.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `patdown` — a Markdown parser\n\n`patdown` is a Markdown parser. It is still very-much a work-in-progress and does not implement the full Markdown spec.\n\nThe aim of the this project is to write a [CommonMark][cm]-compliant parser in C99 with the following caveats:\n\n-   no regular expressions or peg's  \n\n    Most of the Markdown parsers in use today either uses a peg grammar or a series of multi-line regular expressions. I want something closer to [sundown](https://github.com/vmg/sundown), only with modern Markdown extensions.\n    \n-   no external dependencies  \n\n    This project should compile with any respectable C99 compiler.\n\n[cm]: http://commonmark.org/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickrgaffney%2Fpatdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatrickrgaffney%2Fpatdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickrgaffney%2Fpatdown/lists"}