-
Notifications
You must be signed in to change notification settings - Fork 45
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
HTML in Template Tag is Deleted from outerHTML #18
Comments
I can fix this, but I was also planning on implementing |
No worries, it's still alpha and I'm not pitching in. So, whatever the time table you have is completely fine! I was just playing around with it to experiment with it and see if I could use it to create a quick and dirty HTML DSL. It's not quite ready yet and I should probably be using a parser combinator anyways. I just have a hard time understanding parser combinators, so I guess it is a good excuse to learn! Thanks for your work on this library/tool! |
Any update(s) on this? Is this issue abandoned? |
No, it was just pretty slow. I'm working on an implementation for it that should land in a few weeks. |
|
This still isn't fixed. I'm getting around to it though |
Is there any way to get hands on the contained elements, meanwhile? In any case: thank you for building this! Highly appreciated! |
Thank you for the hard work. I would really appreciate this getting fixed soon. Can I do something to help? |
It should work now, if there are any further issues lmk. Thanks |
When output the
outerHTML
of atemplate
tag it deletes the internalhtml
.Really cool project. Can't wait until it gets out of alpha!
Output:
In the browser it does this:
The text was updated successfully, but these errors were encountered: