grav-plugin-shortcode-ui
                                
                                 grav-plugin-shortcode-ui copied to clipboard
                                
                                    grav-plugin-shortcode-ui copied to clipboard
                            
                            
                            
                        Any title of a tab appears in the table of contents of the other tabs
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]