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

« back to all changes in this revision

Viewing changes to t/Text-Markdown.mdtest/Horizontal_rules.xhtml

  • 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
 
<p>Dashes:</p>
2
 
 
3
 
<hr />
4
 
 
5
 
<hr />
6
 
 
7
 
<hr />
8
 
 
9
 
<hr />
10
 
 
11
 
<pre><code>---
12
 
</code></pre>
13
 
 
14
 
<hr />
15
 
 
16
 
<hr />
17
 
 
18
 
<hr />
19
 
 
20
 
<hr />
21
 
 
22
 
<pre><code>- - -
23
 
</code></pre>
24
 
 
25
 
<p>Asterisks:</p>
26
 
 
27
 
<hr />
28
 
 
29
 
<hr />
30
 
 
31
 
<hr />
32
 
 
33
 
<hr />
34
 
 
35
 
<pre><code>***
36
 
</code></pre>
37
 
 
38
 
<hr />
39
 
 
40
 
<hr />
41
 
 
42
 
<hr />
43
 
 
44
 
<hr />
45
 
 
46
 
<pre><code>* * *
47
 
</code></pre>
48
 
 
49
 
<p>Underscores:</p>
50
 
 
51
 
<hr />
52
 
 
53
 
<hr />
54
 
 
55
 
<hr />
56
 
 
57
 
<hr />
58
 
 
59
 
<pre><code>___
60
 
</code></pre>
61
 
 
62
 
<hr />
63
 
 
64
 
<hr />
65
 
 
66
 
<hr />
67
 
 
68
 
<hr />
69
 
 
70
 
<pre><code>_ _ _
71
 
</code></pre>