prettier/tests/html_handlebars/comments.hbs

6 lines
183 B
Handlebars

<div class="entry">
{{! This comment will not be in the output }}
{{!-- This comment as }} and will not be in the output --}}
<!-- This comment will be in the output -->
</div>