jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/textile/footnote_feature.test
2016-02-03 18:00:01 -05:00

15 lines
320 B
Plaintext

Foo[1]
Bar[42]
----------------------------------------------------
[
["phrase", [
"Foo", ["footnote", [["punctuation", "["], "1", ["punctuation", "]"]]],
"\r\nBar", ["footnote", [["punctuation", "["], "42", ["punctuation", "]"]]]
]]
]
----------------------------------------------------
Checks for footnotes.