istio.io/content/en/test/tabs_and_lists/index.md

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" >}}

  1. One paragraph in a list in a tab {{< /tab >}}

{{< tab name="Two" category-value="two" >}}

  1. Three

  2. separate

  3. 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

  2. Second bullet

  3. 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 >}}

  2. 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 >}}

  2. Second bullet {{< /tab >}}

{{< /tabset >}}