{"id":16579096,"url":"https://github.com/craftzdog/remark-strip-html","last_synced_at":"2025-03-21T12:32:18.134Z","repository":{"id":37686819,"uuid":"114949698","full_name":"craftzdog/remark-strip-html","owner":"craftzdog","description":"Remove html formatting from Markdown","archived":false,"fork":false,"pushed_at":"2023-03-04T02:40:57.000Z","size":1755,"stargazers_count":11,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T21:36:42.693Z","etag":null,"topics":["javascript","markdown","remark"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/craftzdog.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}},"created_at":"2017-12-21T01:50:06.000Z","updated_at":"2024-06-14T01:26:34.000Z","dependencies_parsed_at":"2024-06-18T21:28:04.830Z","dependency_job_id":null,"html_url":"https://github.com/craftzdog/remark-strip-html","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftzdog%2Fremark-strip-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftzdog%2Fremark-strip-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftzdog%2Fremark-strip-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftzdog%2Fremark-strip-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/craftzdog","download_url":"https://codeload.github.com/craftzdog/remark-strip-html/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244139413,"owners_count":20404514,"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":["javascript","markdown","remark"],"created_at":"2024-10-11T22:16:54.884Z","updated_at":"2025-03-21T12:32:17.640Z","avatar_url":"https://github.com/craftzdog.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# remark-strip-html\n\nRemove HTML formatting from Markdown with [**remark**][remark].\n\n## Installation\n\n[npm][]:\n\n```bash\nnpm install remark-strip-html\n```\n\n## Usage\n\n```javascript\nvar remark = require('remark');\nvar strip = require('remark-strip-html');\n\nremark()\n  .use(strip)\n  .process('\u003cpre\u003eHello\u003c/pre\u003e', function (err, file) {\n    if (err) throw err;\n    console.log(String(file));\n  });\n```\n\nYields:\n\n```text\nHello\n```\n\n## API\n\n### `remark().use(strip)`\n\nModifies **remark** to expose Markdown with HTML formatting removed.\n\n*   Removes HTML tags\n\n## License\n\n[MIT][license] © [Takuya Matsuyama][author]\n\n\u003c!-- Definitions --\u003e\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[license]: LICENSE\n\n[author]: https://www.craftz.dog/\n\n[remark]: https://github.com/wooorm/remark\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraftzdog%2Fremark-strip-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcraftzdog%2Fremark-strip-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraftzdog%2Fremark-strip-html/lists"}