jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/asciidoc/callout_feature.test

34 lines
575 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
Foobar <1>
<1> Foo
1> Bar
> Baz
|====
| Foobar <1>
<1> Foo
1> Bar
> Baz
|====
----------------------------------------------------
[
"Foobar ", ["callout", "<1>"],
["callout", "<1>"], " Foo\r\n",
["callout", "1>"], " Bar\r\n",
["callout", ">"], " Baz\r\n\r\n",
["table", [
["punctuation", "|===="],
["punctuation", "|"],
" Foobar ", ["callout", "<1>"],
["callout", "<1>"], " Foo\r\n",
["callout", "1>"], " Bar\r\n",
["callout", ">"], " Baz\r\n",
["punctuation", "|===="]
]]
]
----------------------------------------------------
Checks for callouts.