You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{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).
The text was updated successfully, but these errors were encountered:
How to reproduce
Put a code like this:
Normally it's expected to work because the
velocity
macro will just return the content and so thetab-group
have the correct content, after the rendering of velocity.But current this don't work because
tab-group
macro expect to have only atab
macro in the content and currently is not able render the inner macro to see in they result to atab
macro (after the rendering of the inner macro).The text was updated successfully, but these errors were encountered: