mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
80 lines
1.0 KiB
Plaintext
80 lines
1.0 KiB
Plaintext
Foobar
|
|
======
|
|
|
|
Foobar
|
|
------
|
|
|
|
Foobar
|
|
~~~~~~
|
|
|
|
Foobar
|
|
^^^^^^
|
|
|
|
Foo
|
|
+++
|
|
|
|
= Foo bar baz =
|
|
== Foo bar baz
|
|
=== Foo bar baz ===
|
|
==== Foo bar baz
|
|
===== Foo bar baz =====
|
|
|
|
.Foo bar baz
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["title", [
|
|
"Foobar\r\n",
|
|
["punctuation", "======"]
|
|
]],
|
|
["title", [
|
|
"Foobar\r\n",
|
|
["punctuation", "------"]
|
|
]],
|
|
["title", [
|
|
"Foobar\r\n",
|
|
["punctuation", "~~~~~~"]
|
|
]],
|
|
["title", [
|
|
"Foobar\r\n",
|
|
["punctuation", "^^^^^^"]
|
|
]],
|
|
["title", [
|
|
"Foo\r\n",
|
|
["punctuation", "+++"]
|
|
]],
|
|
|
|
["title", [
|
|
["punctuation", "="],
|
|
" Foo bar baz ",
|
|
["punctuation", "="]
|
|
]],
|
|
["title", [
|
|
["punctuation", "=="],
|
|
" Foo bar baz"
|
|
]],
|
|
["title", [
|
|
["punctuation", "==="],
|
|
" Foo bar baz ",
|
|
["punctuation", "==="]
|
|
]],
|
|
["title", [
|
|
["punctuation", "===="],
|
|
" Foo bar baz"
|
|
]],
|
|
["title", [
|
|
["punctuation", "====="],
|
|
" Foo bar baz ",
|
|
["punctuation", "====="]
|
|
]],
|
|
|
|
["title", [
|
|
["punctuation", "."],
|
|
"Foo bar baz"
|
|
]]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for titles. |