{"id":29981422,"url":"https://github.com/streamich/md-mdast","last_synced_at":"2025-10-03T16:25:26.626Z","repository":{"id":33170241,"uuid":"153938621","full_name":"streamich/md-mdast","owner":"streamich","description":"Fast tiny Markdown to MDAST parser","archived":false,"fork":false,"pushed_at":"2025-08-03T15:04:02.000Z","size":1069,"stargazers_count":23,"open_issues_count":39,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-03T17:20:38.691Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/streamich.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2018-10-20T19:01:29.000Z","updated_at":"2024-10-07T19:37:23.000Z","dependencies_parsed_at":"2023-01-15T00:00:15.882Z","dependency_job_id":"aa0235ad-d250-4f30-b5c7-e4a8551da5c9","html_url":"https://github.com/streamich/md-mdast","commit_stats":{"total_commits":699,"total_committers":5,"mean_commits":139.8,"dds":"0.21173104434907009","last_synced_commit":"1442179b42393c0d0e1c269f4b6f538e202b1c0e"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/streamich/md-mdast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fmd-mdast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fmd-mdast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fmd-mdast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fmd-mdast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamich","download_url":"https://codeload.github.com/streamich/md-mdast/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fmd-mdast/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268581527,"owners_count":24273635,"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-08-03T02:00:12.545Z","response_time":2577,"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":"2025-08-04T16:03:21.620Z","updated_at":"2025-10-03T16:25:21.571Z","avatar_url":"https://github.com/streamich.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# md-mdast\n\n[![](https://img.shields.io/bundlephobia/minzip/md-mdast.svg)](https://bundlephobia.com/result?p=md-mdast@1.0.1)\n\n- Markdown to [MDAST](https://github.com/syntax-tree/mdast) converter.\n- Small and fast.\n- No dependencies.\n\n## Installation\n\n```shell\nnpm install md-mdast\n```\n\n## Usage\n\n```js\nconst {create} = require('md-mdast');\n\nconst parser = create();\n\nconsole.log(parser.tokenizeBlock('*hello* __world__'));\n```\n\nResult:\n\n```\n{ type: 'root',\n  children:\n   [ { type: 'paragraph',\n       children:\n        [ { type: 'emphasis',\n            children: [ { type: 'text', value: 'hello' } ] },\n          { type: 'text', value: ' ' },\n          { type: 'strong',\n            children: [ { type: 'text', value: 'world' } ] } ] } ],\n}\n```\n\n## License\n\n[Unlicense](http://unlicense.org/) \u0026mdash; public domain.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamich%2Fmd-mdast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamich%2Fmd-mdast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamich%2Fmd-mdast/lists"}