mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-31 11:48:11 +08:00
25 lines
419 B
Plaintext
25 lines
419 B
Plaintext
[foo](http://prismjs.com)
|
|

|
|
[foo] [bar]
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["url", [
|
|
"[foo](http://prismjs.com)"
|
|
]],
|
|
["url", [
|
|
""
|
|
]],
|
|
["url", [
|
|
"[foo] [",
|
|
["variable", "bar"],
|
|
"]"
|
|
]]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for URLs. |