ProjectPythia / ProjectPythia/cookbook-template
Odd formatting of badges on landing page
@jukent is already working on this.
Since Feb 24, 2026.
- Dominant language
- Jupyter Notebook
- Stars
- 25
- Forks
- 29
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
Recent versions of MyST seem to have changed how the badges are displayed under the Cookbook title on the landing page, e.g. here.
Rather than neatly tucked in one horizontal line under the title as they appear on the README page on GitHub, the badges are centered on the page and stacked vertically.
I made some attempts to fix this in Foundations using MyST grid directives but didn't find a solution (and ended up just removing the badges from that landing page), see https://github.com/ProjectPythia/pythia-foundations/pull/598.
Desired behavior: The landing page image and badges should look the same in the rendered book as they do when the README is viewed on GitHub. (It is the same README.md file in both cases)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.