Docker image of Material 4.6.3 doesn't render multiple code tabs properly
See original GitHub issueDescription
Version 4.6.3 do not render multiple code tabs properly. It shows each code under a radio button instead grouping them in a tab pane.
Expected behavior
As in 4.6.2: Multiple code fragments with the tab label are grouped together in a single tap pane.
Actual behavior
Source code fragments are shown one after the other splitted by radio buttons with the code fragment’s title in them.
Steps to reproduce the bug
- Define many code blocks with the
tabtag to be processed by SuperFences. - Use the project docker image to serve the site:
docker run --rm -it -p 8000:8000 -v $PWD/site:/docs squidfunk/mkdocs-material:4.6.3 serve - Navigate to the page and check the results.
Package versions
- Python: the one used in the Docker image.
- MkDocs: 4.6.3 (4.6.2 works properly)
- Material: the one used in the Docker image.
Project configuration
https://github.com/hexagonkt/hexagon/blob/master/hexagon_site/mkdocs.yml
System information
- OS: Linux
- Browser: Chromium
Issue Analytics
- State:
- Created 4 years ago
- Comments:20 (17 by maintainers)
Top Results From Across the Web
Image-building best practices
Scanning images gives you confidence that the containers you are running and distributing are secure. Multi-stage builds also help you reduce overall image...
Read more >Changelog - Material for MkDocs - GitHub Pages
Rewrite of entire documentation · Adjusted height of new content tabs to match single line code blocks · Fixed new content tabs missing...
Read more >Visual Studio Container Tools for Docker on Windows
You can work with a container for a single project, ... with Docker Compose or Service Fabric to work with multiple services in...
Read more >9 Common Dockerfile Mistakes - Runnablog
Multiple FROM statements. It might be tempting to try to combine different images together by using multiple FROM statements; this won't work. Instead,...
Read more >Eclipse Docker Tooling
The Eclipse Docker Tooling plugin provides the ability to manage Docker images and containers from within the Eclipse IDE.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Pulled the latest version and 4.6.3 works OK like 4.6.2. Thank you! You can close the issue if you want.
Okay, thanks for your help. As said, the
masterwon’t get any support for 7.0 anyway, so it’s probably best to pin it. I’ll switch to thepip install .approach for v5.