use prism-tomorrow.css

This commit is contained in:
CyC2018
2018-12-19 14:09:39 +08:00
parent 0f00bcacaf
commit e9e604e6a7
1747 changed files with 100462 additions and 0 deletions

View File

@ -0,0 +1,28 @@
.
(TM) __foobar__
:bar: baz
Foo *bar* baz
// Foobar
== Foobar ==
Title
~~~~~
.....
.....
----------------------------------------------------
[
".\r\n\r\n",
["indented-block", "\t(TM) __foobar__\r\n\t:bar: baz"],
["indented-block", " Foo *bar* baz\r\n // Foobar\r\n == Foobar =="],
["indented-block", " Title\r\n ~~~~~\r\n .....\r\n ....."]
]
----------------------------------------------------
Checks for indented blocks.
Also checks that nothing gets highlighted inside.
The initial dot is required because tests are trimmed.