1.1 KiB
title | description | skip_sitemap |
---|---|---|
Tabs | Basic tabs. | true |
{{< tabset category-name="test" >}}
{{< tab name="One" category-value="one" >}} One paragraph {{< /tab >}}
{{< tab name="Two" category-value="two" >}} Three
separate
paragraphs {{< /tab >}}
{{< tab name="Three" category-value="three" >}} {{< warning >}} Warning in a tab {{< /warning >}} {{< /tab >}}
{{< tab name="Four" category-value="four" >}} Simple text
In two paragraphs
{{< warning >}} Warning in a tab {{< /warning >}} {{< /tab >}}
{{< tab name="Five" category-value="five" >}} Simple text
{{< text plain >}} Text block in a tab {{< /text >}}
{{< /tab >}}
{{< tab name="Six" category-value="six" >}} Simple text with markdown in a tab
{{< warning >}} Warning with markdown in a tab
{{< text plain >}} Text block in a warning in a tab {{< /text >}}
And more markdown {{< /warning >}}
{{< /tab >}}
{{< tab name="Seven" category-value="seven" >}} Simple text with markdown in a tab
{{< text plain >}} NoIndent: FourIndent: - EightIndent FourIndentAgain: - EightIndentAgain {{< /text >}}
And more markdown {{< /tab >}}
{{< /tabset >}}