Dominic Davis-Foster
Dominic Davis-Foster
I have Python 3.10 installed but Heroic wants to use/defaults to using an older version (3.8). I can't see an option to make it use the newer one, so an...
This is due to https://github.com/sbrunner/sphinx-prompt/issues/612 which is fixed but not released yet. It only affects sphinx-prompt 1.10.0 - older versions work fine. The import has to be with a hyphen...
I'm seeing (or rather not) the same, but I've only just got a Steam Deck so have never seen it work.
@repo-helper recreate
I've tried this out and it appears to work as expected. I've rebased atop the latest version of jekyll-toc in my own fork: https://github.com/potbanksoftware/jekyll-toc/commits/my0150/ There were only a few minor...
Actually I did run into one issue. With a header like this: ```markdown # Foo `bar` ``` the chain symbol gets inserted between the plain text "Foo" and the code...