fix(tabs): improve tab shortcode rendering and restore sticky code header (#772)

* fix(tabs): improve tab shortcode rendering and trim whitespace

* fix(tabs): restore sticky code header for left/right placement
This commit is contained in:
Cell
2026-05-28 12:56:07 +08:00
committed by GitHub
parent 038f602bc5
commit 5b43c2b6a3
5 changed files with 13 additions and 15 deletions
@@ -115,7 +115,7 @@ Nested tab C with a table:
{{% tab title="Outer Tab 3" %}}
This tab contains vertical nested tabs:
{{< tabs type="card" vertical=true >}}
{{< tabs type="card" placement="left" >}}
{{% tab title="Vertical A" %}}
Content for vertical nested tab A.