You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elements do not render as in pure HTML.
White spaces and end of line characters should all be kept, but they aren't.
For example:
```
{template test()}
one
two
three
{/template}
module.exports = {
template: test,
data: []
};
Somehow linked to issue #68 and a general problem around these characters.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: