{"id":15085516,"url":"https://github.com/billykirk01/md2html","last_synced_at":"2026-02-03T08:32:21.930Z","repository":{"id":62422391,"uuid":"433956184","full_name":"billykirk01/md2html","owner":"billykirk01","description":"A lightweight tool for creating github flavored HTML documents from markdown. Built using Deno.","archived":false,"fork":false,"pushed_at":"2021-12-11T14:38:25.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T11:53:09.508Z","etag":null,"topics":["deno","markdown-to-html","typescript"],"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/billykirk01.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":"2021-12-01T19:20:48.000Z","updated_at":"2023-03-21T11:32:40.000Z","dependencies_parsed_at":"2022-11-01T17:33:12.149Z","dependency_job_id":null,"html_url":"https://github.com/billykirk01/md2html","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/billykirk01/md2html","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billykirk01%2Fmd2html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billykirk01%2Fmd2html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billykirk01%2Fmd2html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billykirk01%2Fmd2html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/billykirk01","download_url":"https://codeload.github.com/billykirk01/md2html/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billykirk01%2Fmd2html/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29038572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T06:39:36.383Z","status":"ssl_error","status_checked_at":"2026-02-03T06:39:32.787Z","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":["deno","markdown-to-html","typescript"],"created_at":"2024-09-25T07:01:33.237Z","updated_at":"2026-02-03T08:32:21.915Z","avatar_url":"https://github.com/billykirk01.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# md2html\n\nA lightweight tool for creating github flavored HTML documents from markdown.\nBuilt using Deno.\n\n## ✨ Features\n\n- Simple to use API and CLI\n- Github flavored styling\n  [github-markdown-css](https://github.com/sindresorhus/github-markdown-css)\n\n## 📦 Importing\n\n```typescript\nimport { markdownToHTML } from \"https://deno.land/x/md2html/mod.ts\";\n```\n\n## 📖 Example Usage\n\nMarkdown saved locally\n\n```typescript\nconst html = await markdownToHTML(\"./README.md\");\n```\n\nMarkdown from a remote URL\n\n```typescript\nconst html = await markdownToHTML(\n  \"https://raw.githubusercontent.com/wkirk01/md2html/master/README.md\",\n);\n```\n\n## 🚀 Using the CLI\n\nInstall\n\n```shell\ndeno install -n md2html -A --unstable https://deno.land/x/md2html/cli.ts\n```\n\nUsage\n\n```shell\nmd2html MARKDOWN_LOCATION HTML_SAVE_LOCATION\n```\n\nCommand line mode\n\n```shell\nmd2html ./README.md ./index.html\n```\n\nInteractive mode\n\n```shell\n$ md2html       \n ? Markdown Location (local file or remote url) › ./README.md\n ? HTML Save Location › ./index.html\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillykirk01%2Fmd2html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbillykirk01%2Fmd2html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillykirk01%2Fmd2html/lists"}