I spent about two days fully reworking how my #SVG icons are inserted on my website (from raw SVG to a `<use>` reference, so basically a spritesheet approach), just so I could add icons next to codeblock languages without using async code. And here's the shocker: @eleventy made it quite nice and easy with transforms! The `getShortcode/getFilter` methods are such game changers.