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

« back to all changes in this revision

Viewing changes to t/Markdown-from-MDTest1.1.mdtest/Links,_inline_style.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
 
Just a [URL](/url/).
2
 
 
3
 
[URL and title](/url/ "title").
4
 
 
5
 
[URL and title](/url/  "title preceded by two spaces").
6
 
 
7
 
[URL and title](/url/   "title preceded by a tab").
8
 
 
9
 
[URL and title](/url/ "title has spaces afterward"  ).
10
 
 
11
 
[URL wrapped in angle brackets](</url/>).
12
 
 
13
 
[URL w/ angle brackets + title](</url/> "Here's the title").
14
 
 
15
 
[Empty]().
16
 
 
17
 
[With parens in the URL](http://en.wikipedia.org/wiki/WIMP_(computing))
18
 
 
19
 
(With outer parens and [parens in url](/foo(bar)))
20
 
 
21
 
 
22
 
[With parens in the URL](/foo(bar) "and a title")
23
 
 
24
 
(With outer parens and [parens in url](/foo(bar) "and a title"))