1.5 KiB
title | description | skip_sitemap |
---|---|---|
Tabs and Lists | Composing tabs and lists. | true |
{{< tabset category-name="test" >}}
{{< tab name="One" category-value="one" >}}
- One paragraph in a list in a tab {{< /tab >}}
{{< tab name="Two" category-value="two" >}}
-
Three
-
separate
-
bullets in a list in a tab
This last bullet with two paragraphs {{< /tab >}}
{{< tab name="Three" category-value="three" >}}
-
Simple text in a list in a tab
A paragraph
{{< warning >}} Warning in a list in a tab {{< /warning >}}
And another
-
Second bullet
-
Third bullet {{< /tab >}}
{{< tab name="Four" category-value="four" >}}
-
Simple text with markdown in a list in a tab
{{< warning >}} Warning in a list in a tab {{< /warning >}} {{< /tab >}}
{{< tab name="Five" category-value="five" >}}
-
Simple text in a list in a tab
{{< text plain >}} Text block in a list in a tab {{< /text >}}
{{< /tab >}}
{{< tab name="Six" category-value="six" >}}
-
Simple text with markdown in a list in a tab
{{< warning >}} Warning with markdown in a list in a tab {{< /warning >}}
-
Second bullet {{< /tab >}}
{{< tab name="Seven" category-value="seven" >}}
-
Simple text with markdown in a list in a tab
{{< text bash >}} $ NoIndent: FourIndent: - EightIndent FourIndentAgain: - EightIndentAgain {{< /text >}}
-
Second bullet {{< /tab >}}
{{< /tabset >}}