Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any footnote in a tab is duplicated in each tab #45

Open
jean-louis67 opened this issue May 1, 2024 · 0 comments
Open

Any footnote in a tab is duplicated in each tab #45

jean-louis67 opened this issue May 1, 2024 · 0 comments

Comments

@jean-louis67
Copy link

Below, each of the 2 Tabs has one footnote. But both footnotes appear in both tabs.

image

Code for the example:

[ui-tabs position="top-left" active="0" theme="lite"]

[ui-tab title="Tab1"]
This tab introduces one footnote[^footNoteTab1].
[^footNoteTab1]: this footnote should appear only in Tab1.  

Content of Tab1

[/ui-tab]

[ui-tab title="Tab2"]
This tab introduces one footnote[^footNoteTab2].
[^footNoteTab2]: this footnote should appear only in Tab2.  

Content of Tab2

[/ui-tab]
[/ui-tabs]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant