squidfunk / mkdocs-material

Documentation that simply works
https://squidfunk.github.io/mkdocs-material/
MIT License
20.73k stars 3.52k forks source link

Code-tabs extension support request #778

Closed yacir closed 6 years ago

yacir commented 6 years ago

Hello @squidfunk, first off, thanks for your great job with material theme! 😊

I'm working on a new version of the markdown-fenced-code-tabs extension and i will be happy if it could be supported by the mkdocs-material.

The current version generates tabs exclusively as Bootstrap3 HTML template 😞.

But the new version i'm working on and which is already ready offerts the option to choose the rendering template. You can choose bootstrap3, bootstrap4 or default.

There is any chance that you support the default-template ? 😊

Here is the branch link for the new version.

Let me know if you need more details or if you have any suggestions.

squidfunk commented 6 years ago

Released 2.8.0 with code tabs support!

The docs are currently broken as I would have to pin the version to your specific branch, but you said you were releasing it anyway, so I will rebuild after you released the newest version. https://squidfunk.github.io/mkdocs-material/extensions/codehilite/#grouping-code-blocks

facelessuser commented 6 years ago

It should be releasing soon. I'm prepping for the release now.

facelessuser commented 6 years ago

Pymdown-Extensions 4.11.0 is now available on PyPI.

squidfunk commented 6 years ago

Rebuilt docs, working. Thanks for your great support on getting this feature out @facelessuser!

yacir commented 6 years ago

Thanks for both of you @squidfunk @facelessuser ! Great job.