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
Case to reproduce this issue.
Given
{{#*inline "thepartial"}} inner first line inner second line {{/inline}} {{> thepartial}}
Expected result:
inner first line inner second line
Current implementation:
The text was updated successfully, but these errors were encountered:
test: add test case to reproduce #504
ba9d489
This fix doesn't seem to work correctly if there is a block, e.g. {{#if}} within the partial. The content inside the block is not indented.
{{#if}}
Sorry, something went wrong.
@mmun can you give me a full example to reproduce? Thank you!
sunng87
Successfully merging a pull request may close this issue.
Case to reproduce this issue.
Given
Expected result:
Current implementation:
The text was updated successfully, but these errors were encountered: