/
githubmirror
/
CS-Notes
Обзор
Документация
Войти
/
githubmirror
/
CS-Notes
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/_style/prism-master/tests/languages/markdown/url-reference_feature.test
56 строк
1 KB
CyC2018
use prism-tomorrow.css
19 дек 2018, 09:09
19 дек 2018, 09:09
e9e604e
Код
Авторство
О чём код?
[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.