This GitBook plugin allows content to be grouped by using tabs. It's based on Twitter Bootstrap v3.
{% tabs %}
{% tab title="tab1_title" %}
Content for first tab ...
{% endtab %}
{% tab title="tab2_title" %}
Content for second tab ...
{% endtab %}
{% endtabs %}
- 0.1.2: fix tabs style
- 0.1.2: Initial release