https://github.com/oorestisime/gatsby-remark-rehype-images
Augments markdown images with gatsby-image
https://github.com/oorestisime/gatsby-remark-rehype-images
Last synced: about 1 month ago
JSON representation
Augments markdown images with gatsby-image
- Host: GitHub
- URL: https://github.com/oorestisime/gatsby-remark-rehype-images
- Owner: oorestisime
- Created: 2018-11-30T21:38:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T11:04:36.000Z (over 6 years ago)
- Last Synced: 2025-03-24T08:12:44.354Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://gatsby-remark-rehype-images.netlify.com/
- Size: 4.61 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gatsby remark rehype images [](https://badge.fury.io/js/gatsby-remark-rehype-images)
Parses html style tags in markdown files with an src attribute pointing to a
local image, uses plugin-sharp on the image and inserts the result in
rehyped attribute.You can then load it in your React Component and call
gatsby-image to get all of the goodies (blur effect etc) or even apply
custom styles and create galleries etc!Check [the example website](https://gatsby-remark-rehype-images.netlify.com/) for more details and a live example