diff options
author | Waylan Limberg <waylan@gmail.com> | 2011-11-17 23:17:30 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2011-11-17 23:17:30 -0500 |
commit | bcdd7b2bf340db25963312b860d43aa4d9a1a146 (patch) | |
tree | 15cba8d1fbb1ff474268b4eac29a26cb3b3ac513 /tests/extensions/extra/footnote.txt | |
parent | 869f3850535c66d17ae5ab8d8a66cc93ddb82d16 (diff) | |
download | markdown-bcdd7b2bf340db25963312b860d43aa4d9a1a146.tar.gz markdown-bcdd7b2bf340db25963312b860d43aa4d9a1a146.tar.bz2 markdown-bcdd7b2bf340db25963312b860d43aa4d9a1a146.zip |
Some more tests for issue #51. An upate to Marcin Kasperski's tests (which I previously merged). Thanks Marcin. Also added a test for not-indented secondary lines of a first paragraph in a footnote definition.
Diffstat (limited to 'tests/extensions/extra/footnote.txt')
-rw-r--r-- | tests/extensions/extra/footnote.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/extensions/extra/footnote.txt b/tests/extensions/extra/footnote.txt index 9f89397..c5c1c92 100644 --- a/tests/extensions/extra/footnote.txt +++ b/tests/extensions/extra/footnote.txt @@ -1,6 +1,6 @@ -This is the body with a footnote[^1] or two[^2] or more[^3] [^4]. +This is the body with a footnote[^1] or two[^2] or more[^3] [^4] [^5]. -Also a reference that does not exist[^5]. +Also a reference that does not exist[^6]. [^1]: Footnote that ends with a list: @@ -14,3 +14,7 @@ Also a reference that does not exist[^5]. [^4]: A footnote with multiple paragraphs. Paragraph two. + +[^5]: First line of first paragraph. +Second line of first paragraph is not intended. +Nor is third... |