You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1359: Use /raw/ rather than /blob/ URLs for images r=jtgeibel
Images in READMEs don't render ([example](https://crates.io/crates/imgref)), because relative image URLs are converted to a URL to an HTML page about the image, rather than to the image data.
This fixes image embedding by changing `/blob/` to `/raw/` part of the URL for image URLs. The images are detected by file extension in the URL, because I haven't found a way to distinguish when URLs are generated for `<img>` markup and other URLs.
0 commit comments