mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
19 lines
391 B
Plaintext
19 lines
391 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.
|