jekyll-code-tabs

💎 Separate language snippets with fenced code tabs for documentation pages

Usage

{% codetabs %}

{% codetab Foo %}
Lorem ipsum dolor sit amet
{% endcodetab %}

{% codetab Bar %}
Consectetur adipiscing elit
{% endcodetab %}

{% endcodetabs %}

This will create a tabbed-view (hardcoded to UIkit classes for now) that will allow the user to toggle between content.

alt
text