~kaijanmaki/+junk/indicators-ng

« back to all changes in this revision

Viewing changes to zinc/python/zinc/util/Markdown-2.6.2/tests/misc/multi-test.html

  • Committer: Antti Kaijanmäki
  • Date: 2015-09-21 20:43:11 UTC
  • Revision ID: antti.kaijanmaki@canonical.com-20150921204311-bnmu8s14n6ovobyu
foo

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<h1 id="inthebeginning">Header </h1>
 
2
<p>Now, let's try something <em class="special">inline</em>, to see if it works</p>
 
3
<p>Blah blah blah <a href="http://www.slashdot.org">http://www.slashdot.org</a></p>
 
4
<ul>
 
5
<li>Basic list</li>
 
6
<li>Basic list 2</li>
 
7
</ul>
 
8
<p>addss</p>
 
9
<ul>
 
10
<li>Lazy list</li>
 
11
</ul>
 
12
<p>An <a href="http://example.com" title="Title">example</a> (oops)</p>
 
13
<p>Now, let's use a footnote[^1].  Not bad, eh?
 
14
Let's continue.</p>
 
15
<p>[^1]: Here is the text of the footnote
 
16
    continued on several lines.
 
17
    some more of the footnote, etc.</p>
 
18
<pre><code>Actually, another paragraph too.
 
19
</code></pre>
 
20
<p>And then there is a little bit of text.</p>
 
 
b'\\ No newline at end of file'