{"id":23415788,"url":"https://github.com/headfire94/markdown-img-replacer","last_synced_at":"2026-05-02T04:33:21.129Z","repository":{"id":94651411,"uuid":"280074616","full_name":"headfire94/markdown-img-replacer","owner":"headfire94","description":"replace github markdown img with html tag","archived":false,"fork":false,"pushed_at":"2023-05-19T20:19:07.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-09T06:28:08.277Z","etag":null,"topics":["github","markdown"],"latest_commit_sha":null,"homepage":"https://headfire94.github.io/markdown-img-replacer/","language":"HTML","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/headfire94.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-16T06:37:52.000Z","updated_at":"2023-05-19T20:19:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e12fb69-7d1c-451c-88a4-5f14176c83f3","html_url":"https://github.com/headfire94/markdown-img-replacer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/headfire94/markdown-img-replacer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headfire94%2Fmarkdown-img-replacer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headfire94%2Fmarkdown-img-replacer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headfire94%2Fmarkdown-img-replacer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headfire94%2Fmarkdown-img-replacer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/headfire94","download_url":"https://codeload.github.com/headfire94/markdown-img-replacer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headfire94%2Fmarkdown-img-replacer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32523424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["github","markdown"],"created_at":"2024-12-22T21:28:08.455Z","updated_at":"2026-05-02T04:33:21.112Z","avatar_url":"https://github.com/headfire94.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Markdown image replacer\n\n\nIn github when you paste image from buffer it produces following markdown\n\n`![image](https://user-images.githubusercontent.com/folder/id.png)`\n\nWhich is hard to resize because github doesn't support resizing like \n\n```\n![image](https://user-images.githubusercontent.com/folder/id.png){:class=\"img-responsive\"}\n![image](https://user-images.githubusercontent.com/folder/id.png){:height=\"50%\" width=\"50%\"}\n![image](https://user-images.githubusercontent.com/folder/id.png){:height=\"700px\" width=\"400px\"}\n```\n\nThe only way to resize image is to convert it manually to HTML\n\n`\u003cimg src=\"https://user-images.githubusercontent.com/folder/id.png\" width=400 /\u003e`\n\n[This](https://headfire94.github.io/markdown-img-replacer/) tool helps to convert images to html tags\n\n![Alt text](./example.png?raw=true \"Example\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheadfire94%2Fmarkdown-img-replacer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheadfire94%2Fmarkdown-img-replacer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheadfire94%2Fmarkdown-img-replacer/lists"}