mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
25 lines
395 B
Plaintext
25 lines
395 B
Plaintext
|
[foo](http://prismjs.com)
|
||
|
![foo](http://prismjs.com "Foo\"bar")
|
||
|
[foo] [bar]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["url", [
|
||
|
"[foo](http://prismjs.com)"
|
||
|
]],
|
||
|
["url", [
|
||
|
"![foo](http://prismjs.com ",
|
||
|
["string", "\"Foo\\\"bar\""],
|
||
|
")"
|
||
|
]],
|
||
|
["url", [
|
||
|
"[foo] [",
|
||
|
["variable", "bar"],
|
||
|
"]"
|
||
|
]]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for URLs.
|