This GitBook plugin allows content to be grouped by using tabs. It's based on Twitter Bootstrap v3.
Example
{% tabs first="First Tab", second="Second Tab", third="Third Tab" %}
{% content "first" %}
Content for first tab ...
{% content "second" %}
Content for second tab ...
{% content "third" %}
Content for third tab ...
{% endtabs %}
Changelog
- 0.1.2: Static link to js
- 0.1.1: Support markdown inside tabs
- 0.1.0: Initial release