mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
22 lines
300 B
Plaintext
22 lines
300 B
Plaintext
|
>>> Foo
|
||
|
|
||
|
>>> foo
|
||
|
bar
|
||
|
baz
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["doctest-block", [
|
||
|
["punctuation", ">>>"],
|
||
|
" Foo"
|
||
|
]],
|
||
|
["doctest-block", [
|
||
|
["punctuation", ">>>"],
|
||
|
" foo\r\nbar\r\nbaz"
|
||
|
]]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for doctest blocks.
|