mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
27 lines
456 B
Plaintext
27 lines
456 B
Plaintext
|
'''''foo'''''
|
||
|
'''bar'''
|
||
|
''baz''
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["emphasis", [
|
||
|
["punctuation", "'''''"],
|
||
|
["bold italic", "foo"],
|
||
|
["punctuation", "'''''"]
|
||
|
]],
|
||
|
["emphasis", [
|
||
|
["punctuation", "'''"],
|
||
|
["bold", "bar"],
|
||
|
["punctuation", "'''"]
|
||
|
]],
|
||
|
["emphasis", [
|
||
|
["punctuation", "''"],
|
||
|
["italic", "baz"],
|
||
|
["punctuation", "''"]
|
||
|
]]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for bold and italic.
|