We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think with custom parser for markup and template ? But after some research and testing I have not found a good solution ...
Thanks for any help :)
edit and it's probably a side effect of #15 ?
The text was updated successfully, but these errors were encountered:
I did it with a small template change and some jquery. Not perfect, but easy and better than nothing:
{{#state}} <div class="example state"> <div class="name">{{name}}</div> <div class="item" data-state="{{escaped}}"> {{{../markup.example}}} </div> </div> {{/state}} $(function() { $("div.example.state > div.item").each(function() { var pseudoState = $(this).attr("data-state"); $(this).children().addClass(pseudoState); }) });
Sorry, something went wrong.
No branches or pull requests
I think with custom parser for markup and template ? But after some research and testing I have not found a good solution ...
Thanks for any help :)
edit and it's probably a side effect of #15 ?
The text was updated successfully, but these errors were encountered: