{"id":25871143,"url":"https://github.com/onmax/render-markdown-it-tokens","last_synced_at":"2026-02-25T19:02:47.078Z","repository":{"id":279923818,"uuid":"940475784","full_name":"onmax/render-markdown-it-tokens","owner":"onmax","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-28T09:12:14.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T03:16:49.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/onmax.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":"2025-02-28T08:42:01.000Z","updated_at":"2025-02-28T09:12:16.000Z","dependencies_parsed_at":"2025-02-28T14:46:31.949Z","dependency_job_id":"ed553970-0bed-434a-bd24-57445aa34b15","html_url":"https://github.com/onmax/render-markdown-it-tokens","commit_stats":null,"previous_names":["onmax/render-markdown-it-tokens"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmax%2Frender-markdown-it-tokens","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmax%2Frender-markdown-it-tokens/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmax%2Frender-markdown-it-tokens/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmax%2Frender-markdown-it-tokens/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onmax","download_url":"https://codeload.github.com/onmax/render-markdown-it-tokens/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmax%2Frender-markdown-it-tokens/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259230475,"owners_count":22825397,"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":[],"created_at":"2025-03-02T06:35:30.544Z","updated_at":"2026-02-25T19:02:42.045Z","avatar_url":"https://github.com/onmax.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# render-markdown-it-tokens\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![bundle][bundle-src]][bundle-href]\n[![JSDocs][jsdocs-src]][jsdocs-href]\n[![License][license-src]][license-href]\n\nRender `markdown-it` tokens back to Markdown\n\n## Usage\n\n```\nnpm install render-markdown-it-tokens\n```\n\n```js\nimport { renderMarkdownItTokens } from 'render-markdown-it-tokens'\n\nconst tokens = [\n  { type: 'heading_open', tag: 'h1', level: 1 },\n  { type: 'inline', content: 'Hello, world!' },\n  { type: 'heading_close', tag: 'h1', level: 1 },\n]\n\nconst markdown = renderMarkdownItTokens(tokens)\nconsole.log(markdown)\n// # Hello, world!\n```\n\n## License\n\n[MIT](./LICENSE) License © [onmax](https://github.com/onmax)\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/render-markdown-it-tokens?style=flat\u0026colorA=080f12\u0026colorB=1fa669\n[npm-version-href]: https://npmjs.com/package/render-markdown-it-tokens\n[npm-downloads-src]: https://img.shields.io/npm/dm/render-markdown-it-tokens?style=flat\u0026colorA=080f12\u0026colorB=1fa669\n[npm-downloads-href]: https://npmjs.com/package/render-markdown-it-tokens\n[bundle-src]: https://img.shields.io/bundlephobia/minzip/render-markdown-it-tokens?style=flat\u0026colorA=080f12\u0026colorB=1fa669\u0026label=minzip\n[bundle-href]: https://bundlephobia.com/result?p=render-markdown-it-tokens\n[license-src]: https://img.shields.io/github/license/onmax/render-markdown-it-tokens.svg?style=flat\u0026colorA=080f12\u0026colorB=1fa669\n[license-href]: https://github.com/onmax/render-markdown-it-tokens/blob/main/LICENSE\n[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat\u0026colorA=080f12\u0026colorB=1fa669\n[jsdocs-href]: https://www.jsdocs.io/package/render-markdown-it-tokens\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonmax%2Frender-markdown-it-tokens","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonmax%2Frender-markdown-it-tokens","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonmax%2Frender-markdown-it-tokens/lists"}