question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker image of Material 4.6.3 doesn't render multiple code tabs properly

See original GitHub issue

Description

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

  1. Define many code blocks with the tab tag to be processed by SuperFences.
  2. 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
  3. 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:closed
  • Created 4 years ago
  • Comments:20 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
jaguilillacommented, Feb 21, 2020

Pulled the latest version and 4.6.3 works OK like 4.6.2. Thank you! You can close the issue if you want.

1reaction
squidfunkcommented, Feb 21, 2020

Okay, thanks for your help. As said, the master won’t get any support for 7.0 anyway, so it’s probably best to pin it. I’ll switch to the pip install . approach for v5.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found