mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 20:08:20 -07:00
19 lines
270 B
Plaintext
19 lines
270 B
Plaintext
|
div foo
|
||
|
span foo bar
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["tag", [
|
||
|
"div"
|
||
|
]],
|
||
|
["plain-text", "foo"],
|
||
|
["tag", [
|
||
|
"span"
|
||
|
]],
|
||
|
["plain-text", "foo bar"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for single-line plain text.
|