Corviz / crow

Yet another template engine for PHP
https://corviz.github.io/crow/
MIT License
6 stars 2 forks source link

Issue: multi lines commenting not working #23

Closed nael94 closed 2 months ago

nael94 commented 2 months ago

Commenting a multilines code is not working as expected. Here's an example:

{{-- <div class="card-tools">
      <button type="button" class="btn btn-tool" data-card-widget="collapse" title="Collapse">
        <i class="fas fa-minus"></i>
      </button>
    </div> --}}

This should be treated as a whole commented block.

nael94 commented 2 months ago

It's been solved as suggested above.