mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
25 lines
471 B
Plaintext
25 lines
471 B
Plaintext
|
[foo]http://prismjs.com
|
||
|
[bar]http://www.example.com
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["phrase", [
|
||
|
["link-ref", [
|
||
|
["punctuation", "["],
|
||
|
["string", "foo"],
|
||
|
["punctuation", "]"],
|
||
|
["url", "http://prismjs.com"]
|
||
|
]],
|
||
|
["link-ref", [
|
||
|
["punctuation", "["],
|
||
|
["string", "bar"],
|
||
|
["punctuation", "]"],
|
||
|
["url", "http://www.example.com"]
|
||
|
]]
|
||
|
]]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for links references.
|