mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
17 lines
252 B
Plaintext
17 lines
252 B
Plaintext
=label foo
|
|
bar
|
|
=cut
|
|
#
|
|
# foobar
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "=label foo\r\nbar\r\n=cut"],
|
|
["comment", "#"],
|
|
["comment", "# foobar"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |