use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
>>> Foo
|
||||
|
||||
>>> foo
|
||||
bar
|
||||
baz
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["doctest-block", [
|
||||
["punctuation", ">>>"],
|
||||
" Foo"
|
||||
]],
|
||||
["doctest-block", [
|
||||
["punctuation", ">>>"],
|
||||
" foo\r\nbar\r\nbaz"
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for doctest blocks.
|
Reference in New Issue
Block a user