mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
17 lines
407 B
Plaintext
17 lines
407 B
Plaintext
Prism(C)
|
|
Foo(TM)
|
|
Foobar(R)
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["phrase", [
|
|
"Prism", ["mark", [["punctuation", "("], "C", ["punctuation", ")"]]],
|
|
"\r\nFoo", ["mark", [["punctuation", "("], "TM", ["punctuation", ")"]]],
|
|
"\r\nFoobar", ["mark", [["punctuation", "("], "R", ["punctuation", ")"]]]
|
|
]]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for marks symbols. |