Automate
Using RegEx and VSCode's Find/Replace capability to add captions to markdown images
5 Feb 2022
Blog
If there's an easy way to achieve something, then I'm all for it! You may have noticed that I've been putting a lot of effort into refactoring my site and open sourcing the original Cloud With Chris theme. I've now released that as the Hugo Creator theme for Hugo. As part of the refactoring process into a reusable theme, I had to make several breaking changes. This meant that I'd need to update the contents of my site. I want to share a quick tip that I discovered to add captions to my images in markdown.
Accessibility
Automate
Developer Tools
Markdown
Productivity
Regular Expressions
Visual Studio Code