/
githubmirror
/
CS-Notes
Обзор
Документация
Войти
/
githubmirror
/
CS-Notes
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/_style/prism-master/tests/languages/markdown/code_feature.test
33 строки
675 B
CyC2018
use prism-tomorrow.css
19 дек 2018, 09:09
19 дек 2018, 09:09
e9e604e
Код
Авторство
О чём код?
`foo bar baz` ``foo `bar` baz`` foobar foobar ``` js var a = 0; ``` ---------------------------------------------------- [ ["code", "`foo bar baz`"], ["code", "``foo `bar` baz``"], ["code", " foobar"], ["code", "\tfoobar"], ["code", [ ["punctuation", "```"], ["code-language", " js"], ["code-block", "var a = 0;"], ["punctuation", "```"] ]] ] ---------------------------------------------------- Checks for code blocks and inline code. The first code block is indented with 4 spaces, the second one is indented with 1 tab. The initial dot is necessary because of the first part being trimmed by the test runner.