https://github.com/headfire94/markdown-img-replacer
replace github markdown img with html tag
https://github.com/headfire94/markdown-img-replacer
github markdown
Last synced: about 2 months ago
JSON representation
replace github markdown img with html tag
- Host: GitHub
- URL: https://github.com/headfire94/markdown-img-replacer
- Owner: headfire94
- Created: 2020-07-16T06:37:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T20:19:07.000Z (about 3 years ago)
- Last Synced: 2025-04-09T06:28:08.277Z (about 1 year ago)
- Topics: github, markdown
- Language: HTML
- Homepage: https://headfire94.github.io/markdown-img-replacer/
- Size: 101 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Markdown image replacer
In github when you paste image from buffer it produces following markdown
``
Which is hard to resize because github doesn't support resizing like
```
{:class="img-responsive"}
{:height="50%" width="50%"}
{:height="700px" width="400px"}
```
The only way to resize image is to convert it manually to HTML
`
`
[This](https://headfire94.github.io/markdown-img-replacer/) tool helps to convert images to html tags
