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

Tab-group don't work if there are a intermediate macro between tab-group and tab #387

Open
Josue-T opened this issue Jan 13, 2025 · 0 comments
Assignees

Comments

@Josue-T
Copy link
Contributor

Josue-T commented Jan 13, 2025

How to reproduce

Put a code like this:

{{tab-group}}
{{velocity}}
{{tab title="Hello world"}}
my content
{{/tab}}
{{/velocity}}
{{/tab-group}}

Normally it's expected to work because the velocity macro will just return the content and so the tab-group have the correct content, after the rendering of velocity.

But current this don't work because tab-group macro expect to have only a tab macro in the content and currently is not able render the inner macro to see in they result to a tab macro (after the rendering of the inner macro).

@Josue-T Josue-T self-assigned this Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant