-
Notifications
You must be signed in to change notification settings - Fork 7
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
Unable to nest comment blocks, e.g. {# ... {# ... #} ... #}
#42
Comments
{# ... {# ... #} ... #}
Thanks for your report. |
Hi @MommaWatasu, thanks so much for such a quick response. Yes, my expectation would be that all three of those templates render empty (i.e. all of the comments are removed). |
I released v0.6.1 and now nested comment blocks are processed correctly. |
Thank you for such a quick fix, and for your continued maintenance of this package! |
Summary
It seems that I am unable to nest comment blocks inside each other.
Note: When I say "comment blocks", I am referring to comment blocks in the OteraEngine syntax, that is,
{# ... #}
.I am not referring to Julia source code comments (
# single line...
or#= ... multi line ... #
).Steps to reproduce:
Expected behavior
I had hoped that all three templates would work.
Actual behavior
template_1
works fine, buttemplate_2
andtemplate_3
throw errors.Version info
I tested this with Julia 1.10.5 and OteraEngine 0.6.0 on macOS.
The text was updated successfully, but these errors were encountered: