Replies: 1 comment 1 reply
-
Handlebars can be used for more than just templating HTML. It could also be used to template a JSON file. That's why it doesn't validate if the output is valid HTML. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
we are using hbs to generate templates and then generate pdfs from it, there was some content overlapping some other stuff so we spent some time debugging only to notice there was a closing div tag that basically closed the div that was wrapping the whole content
so the content below that was outside of it and therefore not styled as expected, how come hbs does not throw an error if there are missing closing tags like here? it seems like there is no way to detect it
Beta Was this translation helpful? Give feedback.
All reactions