{"id":25952043,"url":"https://github.com/92181/markdown","last_synced_at":"2026-05-01T20:32:00.898Z","repository":{"id":280441023,"uuid":"942001385","full_name":"92181/markdown","owner":"92181","description":"Extremely performant markdown parser, written in ANSI C.","archived":false,"fork":false,"pushed_at":"2025-05-18T11:39:46.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T12:30:46.118Z","etag":null,"topics":["c","css","html","markdown","parser","processor","webassembly"],"latest_commit_sha":null,"homepage":"","language":"C","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/92181.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-03T12:12:28.000Z","updated_at":"2025-05-18T11:39:49.000Z","dependencies_parsed_at":"2025-03-03T13:25:11.068Z","dependency_job_id":"e810afe7-c851-4316-8d85-45eaf28666f8","html_url":"https://github.com/92181/markdown","commit_stats":null,"previous_names":["92181/markdown"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/92181/markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/92181%2Fmarkdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/92181%2Fmarkdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/92181%2Fmarkdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/92181%2Fmarkdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/92181","download_url":"https://codeload.github.com/92181/markdown/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/92181%2Fmarkdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["c","css","html","markdown","parser","processor","webassembly"],"created_at":"2025-03-04T14:32:48.061Z","updated_at":"2026-05-01T20:32:00.879Z","avatar_url":"https://github.com/92181.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WmDP - Markdown Processor\n\nHighly performant markdown processor, WmDP is fairly conventional, however in edge cases results may differ from other parsers.\n\nWhat WmDP can do...\n* Tables, code blocks, checkboxes, subscript \u0026 superscript.\n* Unordered, ordered lists \u0026 blockquotes.\n* Italic, cursive, strike-through text.\n* Images, links, titles, etc.\n\nLook in the example directory to see a basic C usage example. To give a more basic understanding of how easy it is to use the library see the below code example.\n\n```c\n// Parse Markdown File (Output Size, Input Ptr, Input Size);\nchar *r=psr(\u0026u,b,s);\n```\n\n## WebAssembly Usage\nThere is an embedded usage example in the wasm directory, you can compile the WebAssembly code with the following command.\n\n```sh\nemcc -O3 ./../md.c -o md.js -s EXPORTED_FUNCTIONS='[\"_psr\",\"_malloc\",\"_free\",\"stringToUTF8\"]'\n```\n\nAfterwards launch a HTTP server in the corresponding directory and visit it on the localhost.\n\n```bash\npython3 -m http.server\n```\n\nReference: [https://developer.mozilla.org/en-US/docs/WebAssembly/Guides/C_to_Wasm]\n\n## License\nThis project is licensed under the permissive MIT license. Please consider starring the project if you like it.\n\nMade by Wolf Pieter Schulz.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F92181%2Fmarkdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F92181%2Fmarkdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F92181%2Fmarkdown/lists"}