Skip to content

<pre> elements support #285

@marclaval

Description

@marclaval
 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions