~ubuntu-branches/ubuntu/trusty/libtext-markdown-perl/trusty

« back to all changes in this revision

Viewing changes to t/Text-MultiMarkdown.mdtest/Footnotes.text

  • Committer: Bazaar Package Importer
  • Author(s): Ansgar Burchardt
  • Date: 2008-07-24 21:06:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080724210658-kbpqulb200ddijqe
Tags: 1.0.21-1
* New upstream release.
  + Update pod_name patch accordingly
* Install Todo as documentation
* Refresh debian/rules for debhelper 7
* Add myself to Uploaders.
* debian/control: Use dist-based URL for Homepage field
* Update debian/copyright:
  + Adopt to current proposed format
  + Replace "Copyright" and "(C)" by "©"
  + Include full license text as the version in
    /usr/share/common-licenses/BSD refers to the University as copyright
    holder
  + Move pointer to GPL and Artistic license to the right section

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Here is some text containing a footnote.[^somesamplefootnote]
2
2
 
3
 
 
4
3
> And here is a footnote within a blockquote, should be labelled #2.[^secondnote]
5
4
 
6
5
And this is a codeblock, that should not be a footnote:
9
8
 
10
9
And this is a short footnote for testing.[^shortnote]
11
10
 
 
11
Test footnote, with a 2nd link part.[^1][].
 
12
 
12
13
[^somesamplefootnote]: Here is the text of the footnote itself. It also has a [link][somesamplefootnote].
13
14
 
14
15
[somesamplefootnote]:http://somelink.com
15
16
 
16
17
[^secondnote]: Note # 2.
17
18
 
18
 
[^shortnote]: Finis
 
 
b'\\ No newline at end of file'
 
19
[^shortnote]: Finis
 
20
 
 
21
[^1]: This is a footnote.