mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
56 lines
1.2 KiB
Plaintext
56 lines
1.2 KiB
Plaintext
[foo]: http://prismjs.com
|
|
[foo]: http://prismjs.com "foo\"bar"
|
|
[foo]: http://prismjs.com 'foo\'bar'
|
|
![foo]: http://prismjs.com (foo (bar\) baz)
|
|
[foo]: <http://prismjs.com> "Prism"
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["url-reference", [
|
|
["punctuation", "["],
|
|
["variable", "foo"],
|
|
["punctuation", "]"],
|
|
["punctuation", ":"],
|
|
" http://prismjs.com"
|
|
]],
|
|
["url-reference", [
|
|
["punctuation", "["],
|
|
["variable", "foo"],
|
|
["punctuation", "]"],
|
|
["punctuation", ":"],
|
|
" http://prismjs.com ",
|
|
["string", "\"foo\\\"bar\""]
|
|
]],
|
|
["url-reference", [
|
|
["punctuation", "["],
|
|
["variable", "foo"],
|
|
["punctuation", "]"],
|
|
["punctuation", ":"],
|
|
" http://prismjs.com ",
|
|
["string", "'foo\\'bar'"]
|
|
]],
|
|
["url-reference", [
|
|
["punctuation", "!"],
|
|
["punctuation", "["],
|
|
["variable", "foo"],
|
|
["punctuation", "]"],
|
|
["punctuation", ":"],
|
|
" http://prismjs.com ",
|
|
["string", "(foo (bar\\) baz)"]
|
|
]],
|
|
["url-reference", [
|
|
["punctuation", "["],
|
|
["variable", "foo"],
|
|
["punctuation", "]"],
|
|
["punctuation", ":"],
|
|
["punctuation", "<"],
|
|
"http://prismjs.com",
|
|
["punctuation", ">"],
|
|
["string", "\"Prism\""]
|
|
]]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for URL references. |