use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
""""""
|
||||
"""Foo "bar"" baz"""
|
||||
"""
|
||||
"Foo"
|
||||
bar
|
||||
"""
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["raw-string", ["\"\"\"\"\"\""]],
|
||||
["raw-string", ["\"\"\"Foo \"bar\"\" baz\"\"\""]],
|
||||
["raw-string", ["\"\"\"\r\n\"Foo\"\r\nbar\r\n\"\"\""]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for raw strings.
|
Reference in New Issue
Block a user