woeye / gitbook-plugin-tabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.1: Support markdown inside tabs
  • 0.1.0: Initial release

About

License:Apache License 2.0


Languages

Language:JavaScript 100.0%