Today I worked some more on my blog generator
I had to replace characters with html escape sequences, and then I had to escape that again to be able to put that string as a replacement in a sed substitution command
That took a while and in the end it's like two lines of code but it's two important lines
I feel like I've learned a lot about sed