summaryrefslogtreecommitdiff
path: root/tests/s5.inserts.html
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-20 00:25:54 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-20 00:25:54 +0000
commit5cf769b1cd1d9e76ff5f543aba8b4a15a90b7d88 (patch)
treec09f786f43f29aba1bdd43587fec0c5162ae441a /tests/s5.inserts.html
parentc1ebe94e40a66a092c2cd501eda1edb5ec216938 (diff)
Modified the HTML writer to add invisible anchors to each section
heading. The anchors are derived form the text of the section heading as described in README. This makes it easy to insert links that jump from one part of a document to another: for example, '[back to the Introduction](#Introduction)'. git-svn-id: https://pandoc.googlecode.com/svn/trunk@246 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/s5.inserts.html')
-rw-r--r--tests/s5.inserts.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/s5.inserts.html b/tests/s5.inserts.html
index 7be33a2c8..ba6ae5f48 100644
--- a/tests/s5.inserts.html
+++ b/tests/s5.inserts.html
@@ -13,11 +13,13 @@ STUFF INSERTED
<body>
STUFF INSERTED
<h1 class="title">My S5 Document</h1>
+<a id="First_slide"></a>
<h1>First slide</h1>
<ul>
<li>first bullet</li>
<li>second bullet</li>
</ul>
+<a id="Smarty"></a>
<h1>Smarty</h1>
<blockquote>
<ul>
@@ -26,6 +28,7 @@ STUFF INSERTED
<li>And 'ellipses'...</li>
</ul>
</blockquote>
+<a id="Math"></a>
<h1>Math</h1>
<ul>
<li>$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</li>