jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/textile/footnote_feature.test

15 lines
320 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
Foo[1]
Bar[42]
----------------------------------------------------
[
["phrase", [
"Foo", ["footnote", [["punctuation", "["], "1", ["punctuation", "]"]]],
"\r\nBar", ["footnote", [["punctuation", "["], "42", ["punctuation", "]"]]]
]]
]
----------------------------------------------------
Checks for footnotes.