convert img to figure in blog
Created by: zlonko
This supplements #5528 for #5529 (closed). It converts images used in the blog from img
tags to the Figure
components. This is to consolidate the treatment of images across the blog.
This pull request intends to merge into https://github.com/sourcegraph/about/pull/5528.
Changelog
- Converts
img
toFigure
in Blog - Trims unneeded and outdated styling around Blog images
Test
- Ensure prettier has standardized the proposed changes.
- Please select a few blogposts and check that images render as expected