#672: Add tabs unique ID for nested tabs, uses .Ordinal by default
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
Tabs let you organize content by context, for example installation instructions for each supported platform.
|
||||
|
||||
```tpl
|
||||
{{%/* tabs */%}}
|
||||
{{%/* tabs "id" */%}}
|
||||
{{%/* tab "MacOS" */%}} # MacOS Content {{%/* /tab */%}}
|
||||
{{%/* tab "Linux" */%}} # Linux Content {{%/* /tab */%}}
|
||||
{{%/* tab "Windows" */%}} # Windows Content {{%/* /tab */%}}
|
||||
|
||||
Reference in New Issue
Block a user