use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,27 @@
|
||||
'''''foo'''''
|
||||
'''bar'''
|
||||
''baz''
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["emphasis", [
|
||||
["punctuation", "'''''"],
|
||||
["bold italic", "foo"],
|
||||
["punctuation", "'''''"]
|
||||
]],
|
||||
["emphasis", [
|
||||
["punctuation", "'''"],
|
||||
["bold", "bar"],
|
||||
["punctuation", "'''"]
|
||||
]],
|
||||
["emphasis", [
|
||||
["punctuation", "''"],
|
||||
["italic", "baz"],
|
||||
["punctuation", "''"]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for bold and italic.
|
Reference in New Issue
Block a user