Christian Jansen
Christian Jansen
I can confirm I also see this issue. Just got the website building on my machine, I'll see what I can find.
Removing the contents of #7276 does fix the RSS feed issue on my machine, I'll see if I can fix the contents to prevent the RSS feed issue.
I believe I've fixed this in #7305. I would love if someone else could confirm that they can reproduce the original issue and that my solution works.
I mentioned this in the PR, but I do think there should probably be an automated test to catch this sort of thing if it's subtle enough to slip under...
I've done some testing, and this bug is an interesting one. Don't have all the details, but figured I'd share what I've found and hopefully someone smarter than me can...
Looks like this issue might get resolved by [Python-Markdown/markdown#1572](https://github.com/Python-Markdown/markdown/pull/1572), at which point TWiR can update the dependency and not have this problem.
My guess is that you need a newer version of `just`. `just --version` should tell you what version you are using, and I believe you'll need to use version 1.33.0...
Created a PR for this: #7374 It involved more refactoring than I originally expected, namely on the email side (the `just email` chain of recipes), so I tried to include...