{"id":20063891,"url":"https://github.com/writeas/go-strip-markdown","last_synced_at":"2025-04-07T17:11:51.025Z","repository":{"id":56457154,"uuid":"62924157","full_name":"writeas/go-strip-markdown","owner":"writeas","description":"Remove Markdown formatting. Written in Go.","archived":false,"fork":false,"pushed_at":"2023-09-06T12:42:07.000Z","size":10,"stargazers_count":55,"open_issues_count":5,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-31T14:15:18.432Z","etag":null,"topics":["markdown","strip-markdown"],"latest_commit_sha":null,"homepage":"","language":"Go","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/writeas.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":"2016-07-09T00:10:14.000Z","updated_at":"2025-02-07T01:48:51.000Z","dependencies_parsed_at":"2024-06-18T15:25:17.489Z","dependency_job_id":"7d741a2e-e5df-4389-9178-f4c75edab473","html_url":"https://github.com/writeas/go-strip-markdown","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writeas%2Fgo-strip-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writeas%2Fgo-strip-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writeas%2Fgo-strip-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writeas%2Fgo-strip-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/writeas","download_url":"https://codeload.github.com/writeas/go-strip-markdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247694877,"owners_count":20980733,"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":["markdown","strip-markdown"],"created_at":"2024-11-13T13:44:07.256Z","updated_at":"2025-04-07T17:11:50.998Z","avatar_url":"https://github.com/writeas.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-strip-markdown\n\n[![GoDoc](https://godoc.org/github.com/writeas/go-strip-markdown?status.svg)](https://godoc.org/github.com/writeas/go-strip-markdown)\n\nA Markdown stripper written in Go (golang).\n\n## Usage\nYou could create a simple command-line utility:\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/writeas/go-strip-markdown\"\n\t\"os\"\n)\n\nfunc main() {\n\tif len(os.Args) \u003c 2 {\n\t\tos.Exit(1)\n\t}\n\tfmt.Println(stripmd.Strip(os.Args[1]))\n}\n```\n\nYou could pass it Markdown and get pure, beauteous text in return:\n\n```bash\n./strip \"# A Tale of Text Formatting\n\n_One fateful day_ a developer was presented with [Markdown](https://daringfireball.net/projects/markdown/).\nAnd they wanted **none of it**.\"\n\n# A Tale of Text Formatting\n#\n# One fateful day a developer was presented with Markdown.\n# And they wanted none of it.\n```\n\n## Inspiration\nThis was largely based off of [remove-markdown](https://github.com/stiang/remove-markdown), a Markdown stripper written in Javascript.\n\n## Used by\n\nThis library is used in these projects:\n\n* [WriteFreely](https://github.com/writeas/writefreely)\n\n## License\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwriteas%2Fgo-strip-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwriteas%2Fgo-strip-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwriteas%2Fgo-strip-markdown/lists"}