{"id":17919370,"url":"https://github.com/zombiezen/mdunwrap","last_synced_at":"2026-05-01T04:33:19.404Z","repository":{"id":143367259,"uuid":"610600248","full_name":"zombiezen/mdunwrap","owner":"zombiezen","description":"Markdown unwrapper","archived":false,"fork":false,"pushed_at":"2023-03-18T15:34:25.000Z","size":99,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-08T21:49:03.204Z","etag":null,"topics":["cli","markdown","markdown-formatter"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zombiezen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"zombiezen"}},"created_at":"2023-03-07T05:06:09.000Z","updated_at":"2023-03-16T22:18:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"a5d17eca-07ef-4650-97b1-947dddc170f7","html_url":"https://github.com/zombiezen/mdunwrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zombiezen%2Fmdunwrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zombiezen%2Fmdunwrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zombiezen%2Fmdunwrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zombiezen%2Fmdunwrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zombiezen","download_url":"https://codeload.github.com/zombiezen/mdunwrap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246963671,"owners_count":20861528,"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":["cli","markdown","markdown-formatter"],"created_at":"2024-10-28T20:16:20.709Z","updated_at":"2026-05-01T04:33:14.370Z","avatar_url":"https://github.com/zombiezen.png","language":"TypeScript","funding_links":["https://github.com/sponsors/zombiezen"],"categories":[],"sub_categories":[],"readme":"# mdunwrap: Markdown Unwrapper\n\nmdunwrap is a simple command-line tool for removing\n[soft line breaks](https://spec.commonmark.org/0.30/#soft-line-breaks)\nfrom [Markdown](https://en.wikipedia.org/wiki/Markdown).\nThis is helpful if you're copying Markdown from a text file\ninto a web form that renders soft line breaks as hard line breaks.\n\nFor example, it takes Markdown that looks like this:\n\n```markdown\nHello,\nWorld!\nThis is a single paragraph\\\nwith some breaks.\n```\n\ninto this:\n\n```markdown\nHello, World! This is a single paragraph\\\nwith some breaks.\n```\n\n## Getting Started\n\nmdunwrap is canonically built using [Nix](https://nixos.org/).\nAfter installing [Nix with Flakes support](https://zero-to-nix.com/start/install),\nyou can try out mdunwrap with:\n\n```shell\nnix run github:zombiezen/mdunwrap -- myfile.md\n```\n\nOr if you want to install it in your `PATH`:\n\n```shell\nnix profile install github:zombiezen/mdunwrap \u0026\u0026\nmdunwrap myfile.md\n```\n\n## Caveats\n\n- mdunwrap attempts to stay true to the original Markdown source,\n  but may make modifications that don't change the rendered output.\n- mdunwrap [does not support tables](https://github.com/zombiezen/mdunwrap/issues/1).\n\n## License\n\n[Apache 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzombiezen%2Fmdunwrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzombiezen%2Fmdunwrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzombiezen%2Fmdunwrap/lists"}