16 lines
260 B
Plaintext
16 lines
260 B
Plaintext
![]() |
{##}
|
||
|
{# foo #}
|
||
|
{# foo
|
||
|
bar #}
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "{##}"],
|
||
|
["comment", "{# foo #}"],
|
||
|
["comment", "{# foo\r\nbar #}"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|