diff options
Diffstat (limited to 'tests/writer.html')
-rw-r--r-- | tests/writer.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/writer.html b/tests/writer.html index 2d067c8d5..c421d24c4 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -473,6 +473,12 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>'); <a id="Footnotes"></a> <h1>Footnotes</h1> <p>Here is a footnote reference,<sup class="footnoteRef" id="fnref1"><a href="#fn1">1</a></sup> and another.<sup class="footnoteRef" id="fnref2"><a href="#fn2">2</a></sup> This should <em>not</em> be a footnote reference, because it contains a space.[^my note] Here is an inline note.<sup class="footnoteRef" id="fnref3"><a href="#fn3">3</a></sup></p> +<blockquote> +<p>Notes can go in quotes.<sup class="footnoteRef" id="fnref4"><a href="#fn4">4</a></sup></p> +</blockquote> +<ol> +<li>And in list items.<sup class="footnoteRef" id="fnref5"><a href="#fn5">5</a></sup></li> +</ol> <p>This paragraph should not be part of the note, as it is not indented.</p> <div class="footnotes"> <hr /> @@ -487,6 +493,10 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>'); <a href="#fnref2" class="footnoteBacklink" title="Jump back to footnote 2">↩</a></li> <li id="fn3"><p>This is <em>easier</em> to type. Inline notes may contain <a href="http://google.com">links</a> and <code>]</code> verbatim characters.</p> <a href="#fnref3" class="footnoteBacklink" title="Jump back to footnote 3">↩</a></li> +<li id="fn4"><p>In quote.</p> + <a href="#fnref4" class="footnoteBacklink" title="Jump back to footnote 4">↩</a></li> +<li id="fn5"><p>In list.</p> + <a href="#fnref5" class="footnoteBacklink" title="Jump back to footnote 5">↩</a></li> </ol> </div> </body> |