-
Notifications
You must be signed in to change notification settings - Fork 129
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
Code in script block may break output #129
Comments
Hmm; this ought to be fixed, it should work as you expect and has some special handling already: https://github.com/andrejewski/himalaya/blob/master/src/tags.js#L5 @07akioni are you interested in making the fix and adding tests to prevent it from regressing? I'll review any PRs 😄 |
I may have a try later. In this period I am a little busy😂 |
Hi, I'm also seeing template tags getting parsed (although in my case, it's cool). input:
output:
In the 'parser.js' file I didn't really see where the childlessTags get a look, but line 121 might be a fit with another || arrayIncludes(childless...). If I knew how to use Github I'd test this theory out and do PR, ... but check the name (Noob). Thanks again for this work!! |
Input:
Output:
The text was updated successfully, but these errors were encountered: