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