BlogMore v2.8.0
I've just published v2.8.0 of BlogMore to PyPI. This is a small update which addresses a bug that Andy reported.
The fix was simple enough, and is another little interesting thing to keep in mind given that BlogMore is an ongoing Copilot experiment. When I first kicked off BlogMore I let it decide which library to use to handle Markdown (I'm more used to markdown-it-py via Textual and so via Hike), and so also let it decide which extensions made most sense given the request. I've honestly never run into the idea of metadata before, only ever dealing with or caring about frontmatter1.
On the other hand, I will say this: I was cooking dinner when the report came in; I pointed Copilot at the issue and let it figure it out. After eating, clearing things away, and general post-dinner chilling, I dropped into the repo to see what it had made of it and... it had figured the issue out and fixed it.
I guess technically they're the same thing, but here I mean I'm more used to the delimited YAML of frontmatter than whatever it is the
metaplugin was dealing with. ↩