mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 20:08:20 -07:00
41 lines
561 B
Plaintext
41 lines
561 B
Plaintext
|
//
|
||
|
// Foobar
|
||
|
|
||
|
******
|
||
|
//
|
||
|
// Foobar
|
||
|
******
|
||
|
|
||
|
|======
|
||
|
|
|
||
|
//
|
||
|
|
|
||
|
// Foobar
|
||
|
|======
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "//"],
|
||
|
["comment", "// Foobar"],
|
||
|
|
||
|
["other-block", [
|
||
|
["punctuation", "******"],
|
||
|
["comment", "//"],
|
||
|
["comment", "// Foobar"],
|
||
|
["punctuation", "******"]
|
||
|
]],
|
||
|
|
||
|
["table", [
|
||
|
["punctuation", "|======"],
|
||
|
["punctuation", "|"],
|
||
|
["comment", "//"],
|
||
|
["punctuation", "|"],
|
||
|
["comment", "// Foobar"],
|
||
|
["punctuation", "|======"]
|
||
|
]]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|