Replacing UTF8 non-breaking-space with bash/sed on the Mac
A script I’d batch-run on my Markdown files had inserted a UTF-8 non-breaking-space between Markdown heading indicator and the text, which meant that # My title
actually got rendered as that, instead of an H3 title.
Looking at the file contents, I could see it wasn’t just a space between the #
and the text, but a non-breaking space.