diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-29 22:11:14 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-29 22:11:14 -0800 |
commit | 6c7bffb544502cd72e90a26dc35d14f86d7a416c (patch) | |
tree | 1af5516994f40dcddd91e732fd4888bc49949fd6 | |
parent | a0a31979ff4dd16bcc4b297538bf6252f6255787 (diff) | |
download | pandoc-6c7bffb544502cd72e90a26dc35d14f86d7a416c.tar.gz |
Updated tests for changes to HTML note back references.
-rw-r--r-- | tests/writer.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/writer.html b/tests/writer.html index 0aaa6a1b3..55d07b012 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -555,14 +555,14 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+'<code>'+e+'</code>'+'<\/'+ <div class="footnotes"> <hr /> <ol> -<li id="fn1"><p>Here is the footnote. It can go anywhere after the footnote reference. It need not be placed at the end of the document. <a href="#fnref1" class="footnoteBackLink">↩</a></p></li> +<li id="fn1"><p>Here is the footnote. It can go anywhere after the footnote reference. It need not be placed at the end of the document.<a href="#fnref1">↩</a></p></li> <li id="fn2"><p>Here’s the long note. This one contains multiple blocks.</p> <p>Subsequent blocks are indented to show that they belong to the footnote (as with list items).</p> <pre><code> { <code> }</code></pre> -<p>If you want, you can indent every line, but you can also be lazy and just indent the first line of each block. <a href="#fnref2" class="footnoteBackLink">↩</a></p></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, as well as [bracketed text]. <a href="#fnref3" class="footnoteBackLink">↩</a></p></li> -<li id="fn4"><p>In quote. <a href="#fnref4" class="footnoteBackLink">↩</a></p></li> -<li id="fn5"><p>In list. <a href="#fnref5" class="footnoteBackLink">↩</a></p></li> +<p>If you want, you can indent every line, but you can also be lazy and just indent the first line of each block.<a href="#fnref2">↩</a></p></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, as well as [bracketed text].<a href="#fnref3">↩</a></p></li> +<li id="fn4"><p>In quote.<a href="#fnref4">↩</a></p></li> +<li id="fn5"><p>In list.<a href="#fnref5">↩</a></p></li> </ol> </div> </body> |