grav-plugin-shortcode-ui icon indicating copy to clipboard operation
grav-plugin-shortcode-ui copied to clipboard

Any title of a tab appears in the table of contents of the other tabs

Open jean-louis67 opened this issue 1 year ago • 0 comments

Below, the titles of tab Tab2 should not appear in the summary of Tab1.

image

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]

jean-louis67 avatar May 01 '24 06:05 jean-louis67