mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 20:08:20 -07:00
58 lines
949 B
Plaintext
58 lines
949 B
Plaintext
|
:Foo bar: baz
|
||
|
|
||
|
:Foobar: Foo +
|
||
|
bar +
|
||
|
baz
|
||
|
|
||
|
:Foo bar!:
|
||
|
:Foobar!:
|
||
|
|
||
|
=====
|
||
|
:Foo bar: baz
|
||
|
|
||
|
:Foobar: Foo +
|
||
|
bar +
|
||
|
baz
|
||
|
|
||
|
:Foo bar!:
|
||
|
:Foobar!:
|
||
|
=====
|
||
|
|
||
|
|=====
|
||
|
|
|
||
|
:Foo bar: baz
|
||
|
|
||
|
:Foobar: Foo +
|
||
|
bar +
|
||
|
baz
|
||
|
|=====
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["attribute-entry", ":Foo bar: baz"],
|
||
|
["attribute-entry", ":Foobar: Foo +\r\nbar +\r\nbaz"],
|
||
|
["attribute-entry", ":Foo bar!:"],
|
||
|
["attribute-entry", ":Foobar!:"],
|
||
|
|
||
|
["other-block", [
|
||
|
["punctuation", "====="],
|
||
|
["attribute-entry", ":Foo bar: baz"],
|
||
|
["attribute-entry", ":Foobar: Foo +\r\nbar +\r\nbaz"],
|
||
|
["attribute-entry", ":Foo bar!:"],
|
||
|
["attribute-entry", ":Foobar!:"],
|
||
|
["punctuation", "====="]
|
||
|
]],
|
||
|
|
||
|
["table", [
|
||
|
["punctuation", "|====="],
|
||
|
["punctuation", "|"],
|
||
|
["attribute-entry", ":Foo bar: baz"],
|
||
|
["attribute-entry", ":Foobar: Foo +\r\nbar +\r\nbaz"],
|
||
|
["punctuation", "|====="]
|
||
|
]]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for attribute entries.
|