mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
18 lines
302 B
Plaintext
18 lines
302 B
Plaintext
|
Foo +
|
||
|
bar
|
||
|
|
||
|
* Foo
|
||
|
+
|
||
|
bar
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
"Foo ", ["line-continuation", "+"], "\r\nbar\r\n\r\n",
|
||
|
["list-punctuation", "*"], " Foo\r\n",
|
||
|
["line-continuation", "+"], "\r\nbar"
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for line continuations.
|