-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested Tabs are broken #672
Comments
Hi! I will think how to fix it |
Closed
After checking around, it got broken here: #649 |
alex-shpak
added a commit
that referenced
this issue
Jan 30, 2025
Pushed a change, use id for tab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This used to work in the old format: {{< tabs "" >}}
`## Tabs
{{% tabs %}}
{{% tab "a" %}}
Content for tab "a"
{{% tabs %}}
{{% tab "1" %}}
Content for tab a1
{{% /tab %}}
{{% tab "2" %}}
Content for tab a2
{{% /tab %}}
{{% /tabs %}}
{{% /tab %}}
{{% tab "b" %}}
Content for tab "b"
{{% tabs %}}
{{% tab "1" %}}
Content for tab b1
{{% /tab %}}
{{% tab "2" %}}
Content for tab b2
{{% /tab %}}
{{% /tabs %}}
{{% /tab %}}
{{% /tabs %}}`
The text was updated successfully, but these errors were encountered: