-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
The depth of nested mixin is limited? #1999
Comments
just a passing remark. is it normal that you only have 1 space between opa3 and opa4 ? It seems to me that this is not valid |
Even adding the space, the problem remains... |
don't ask my why you can check on http://jade-lang.com/demo/ the compiled javascript your bug comes from the fact that you have trailing tabs/spaces after "block" in opa6 and opa7. This leads to |
Minimal example of bug mixin m(id)
div
block
+m()
| This text should appear Should render: <div>This text should appear</div> but actually renders: <div></div> This is a bug. |
The fix for this is ready and will be released as part of 2.0.0 |
I'm having a problem with nested mixin.
Where is "zo"?
I'm doing wrong or its a bug?
The text was updated successfully, but these errors were encountered: