mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 20:08:20 -07:00
34 lines
575 B
Plaintext
34 lines
575 B
Plaintext
|
Foobar <1>
|
||
|
<1> Foo
|
||
|
1> Bar
|
||
|
> Baz
|
||
|
|
||
|
|====
|
||
|
| Foobar <1>
|
||
|
<1> Foo
|
||
|
1> Bar
|
||
|
> Baz
|
||
|
|====
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
"Foobar ", ["callout", "<1>"],
|
||
|
["callout", "<1>"], " Foo\r\n",
|
||
|
["callout", "1>"], " Bar\r\n",
|
||
|
["callout", ">"], " Baz\r\n\r\n",
|
||
|
|
||
|
["table", [
|
||
|
["punctuation", "|===="],
|
||
|
["punctuation", "|"],
|
||
|
" Foobar ", ["callout", "<1>"],
|
||
|
["callout", "<1>"], " Foo\r\n",
|
||
|
["callout", "1>"], " Bar\r\n",
|
||
|
["callout", ">"], " Baz\r\n",
|
||
|
["punctuation", "|===="]
|
||
|
]]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for callouts.
|