19 lines
437 B
Plaintext
19 lines
437 B
Plaintext
![]() |
{{! foobar}}
|
||
|
{{!-- foo bar baz --}}
|
||
|
{{! foo
|
||
|
bar }}
|
||
|
{{!-- foo
|
||
|
bar --}}
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["handlebars", [["comment", "{{! foobar}}"]]],
|
||
|
["handlebars", [["comment", "{{!-- foo bar baz --}}"]]],
|
||
|
["handlebars", [["comment", "{{! foo\r\nbar }}"]]],
|
||
|
["handlebars", [["comment", "{{!-- foo\r\nbar --}}"]]]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|