Skip to content

Not valid HTML markup? #53

@alvarotrigo

Description

@alvarotrigo

It looks quite nice! I like the approach!
Although it seems that using this plugin the HTML markup won't validate anymore when using things such as:

<ul>
    {{#foreach: items}}
        <li>The current item is: {{name}}</li>
    {{/foreach}}
</ul>

I guess the approach to it is by combining it with knockout binds?

<ul>
    <!-- foreach: items -->
        <li>The current item is: {{name}}</li>
    <!-- /ko -->
</ul>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions