getgrav / getgrav/grav-plugin-shortcode-ui
Any title of a tab appears in the table of contents of the other tabs
Open
- Dominant language
- CSS
- Stars
- 48
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Below, the titles of tab Tab2 should not appear in the summary of Tab1.

Code for the example:
```
[ui-tabs position="top-left" active="0" theme="lite"]
[ui-tab title="Tab1"]
[TOC]
##Title 1 Tab 1
##Title 2 Tab 1
[/ui-tab]
[ui-tab title="Tab2"]
##Title 1 Tab 2
##Title 2 Tab 2
[/ui-tab]
[/ui-tabs]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.