1085168bbf
Sync with the latest html5lib. Having the Maruku unit tests on-hand may be useful for debugging; so let's include them.
39 lines
1.3 KiB
HTML
39 lines
1.3 KiB
HTML
<?xml version='1.0' encoding='utf-8'?>
|
|
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
|
|
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
|
|
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<p>That's some text with a footnote <sup id='fnref:1'><a href='#fn:1' rel='footnote'>1</a></sup> and another <sup id='fnref:2'><a href='#fn:2' rel='footnote'>2</a></sup> and another <sup id='fnref:3'><a href='#fn:3' rel='footnote'>3</a></sup>.</p>
|
|
|
|
<p>This is not a footnote.</p>
|
|
|
|
<div class='footnotes'>
|
|
<hr />
|
|
|
|
<ol>
|
|
<li id='fn:1'>
|
|
<p>And that's the footnote. This is second sentence (same paragraph)<a href='#fnref:1' rev='footnote'>↩</a></p>
|
|
</li>
|
|
|
|
<li id='fn:2'>
|
|
<p>This is the very long one.</p>
|
|
|
|
<p>That's the second paragraph.<a href='#fnref:2' rev='footnote'>↩</a></p>
|
|
</li>
|
|
|
|
<li id='fn:3'>
|
|
<p>And that's the footnote.</p>
|
|
|
|
<p>That's the second paragraph of the footnote.<a href='#fnref:3' rev='footnote'>↩</a></p>
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
|
|
<div class='maruku_signature'>
|
|
<hr />
|
|
<span style='font-size: small; font-style: italic'>Created by <a href='http://maruku.rubyforge.org' title='Maruku: a Markdown interpreter'>Maruku</a> at 00:19 on Wednesday, January 03rd, 2007.</span></div>
|
|
</body></html>
|