{"id":24609677,"url":"https://github.com/arcticwarmth/html2mrkdwn","last_synced_at":"2026-02-18T23:01:49.780Z","repository":{"id":209532485,"uuid":"724250454","full_name":"ArcticWarmth/html2mrkdwn","owner":"ArcticWarmth","description":"Convert HTML code to mrkdwn for Slack messages","archived":false,"fork":false,"pushed_at":"2026-02-06T00:27:24.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-06T10:27:42.854Z","etag":null,"topics":["html","mrkdwn","nodejs","slack"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/html2mrkdwn","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/ArcticWarmth.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-27T17:44:29.000Z","updated_at":"2026-02-06T00:27:29.000Z","dependencies_parsed_at":"2023-11-27T22:27:38.272Z","dependency_job_id":"54abe5d2-7cc4-48f9-b9bb-f92f6b2291e7","html_url":"https://github.com/ArcticWarmth/html2mrkdwn","commit_stats":null,"previous_names":["arcticwarmth/html2mrkdwn"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ArcticWarmth/html2mrkdwn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcticWarmth%2Fhtml2mrkdwn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcticWarmth%2Fhtml2mrkdwn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcticWarmth%2Fhtml2mrkdwn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcticWarmth%2Fhtml2mrkdwn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArcticWarmth","download_url":"https://codeload.github.com/ArcticWarmth/html2mrkdwn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcticWarmth%2Fhtml2mrkdwn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29597853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T22:25:43.180Z","status":"ssl_error","status_checked_at":"2026-02-18T22:25:42.766Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["html","mrkdwn","nodejs","slack"],"created_at":"2025-01-24T18:16:34.269Z","updated_at":"2026-02-18T23:01:49.763Z","avatar_url":"https://github.com/ArcticWarmth.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTML2MRKDWN\n\nQuick parsing of HTML to [slack's mrkdwn](https://api.slack.com/reference/surfaces/formatting) for use with their API\n\n## Installing\n\nTo install with NPM run\n\u003e `npm install html2mrkdwn`\n\n## Usage\n\nThe parser is contained within the static `convert()` method. Two examples are showen below with both usage in es5 and CommonJS.\n\n### Examples\n\nes5\n\n```js\nimport {html2mrkdwn} from 'html2mrkdwn';\n\nconsole.log(html2mrkdwn.convert('\u003cp\u003eHello World\u003cp\u003e'));\n```\n\nCommonJS\n\n```js\n\nconst convert = require('html2mrkdwn');\n\nconsole.log(convert.html2mrkdwn.convert('\u003cp\u003eHello World\u003c/p\u003e'));\n\n```\n\n## Quick Links\n\u003e [Contributing]()","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcticwarmth%2Fhtml2mrkdwn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcticwarmth%2Fhtml2mrkdwn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcticwarmth%2Fhtml2mrkdwn/lists"}