mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 20:08:20 -07:00
15 lines
258 B
Plaintext
15 lines
258 B
Plaintext
|
> foo
|
||
|
>> foo
|
||
|
> > foo
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["blockquote", ">"], " foo\r\n",
|
||
|
["blockquote", ">>"], " foo\r\n",
|
||
|
["blockquote", "> >"], " foo"
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for blockquotes.
|