diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-20 00:25:54 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-20 00:25:54 +0000 |
commit | 5cf769b1cd1d9e76ff5f543aba8b4a15a90b7d88 (patch) | |
tree | c09f786f43f29aba1bdd43587fec0c5162ae441a /tests/s5.fancy.html | |
parent | c1ebe94e40a66a092c2cd501eda1edb5ec216938 (diff) | |
download | pandoc-5cf769b1cd1d9e76ff5f543aba8b4a15a90b7d88.tar.gz |
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.fancy.html')
-rw-r--r-- | tests/s5.fancy.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/s5.fancy.html b/tests/s5.fancy.html index 8686a8542..e015f7b99 100644 --- a/tests/s5.fancy.html +++ b/tests/s5.fancy.html @@ -1635,18 +1635,24 @@ else <div id="currentSlide"></div> <div id="header"></div> <div id="footer"> +<a id="July_15,_2006"></a> <h1>July 15, 2006</h1> +<a id="My_S5_Document"></a> <h2>My S5 Document</h2> </div> </div> <div class="presentation"> <div class="slide"> +<a id="My_S5_Document"></a> <h1>My S5 Document</h1> +<a id="Sam_Smith,_Jen_Jones"></a> <h3>Sam Smith, Jen Jones</h3> +<a id="July_15,_2006"></a> <h4>July 15, 2006</h4> </div> <div class="slide"> +<a id="First_slide"></a> <h1>First slide</h1> <ul class="incremental"> <li>first bullet</li> @@ -1654,6 +1660,7 @@ else </ul> </div> <div class="slide"> +<a id="Smarty"></a> <h1>Smarty</h1> <ul> <li>“Hello there”</li> @@ -1662,6 +1669,7 @@ else </ul> </div> <div class="slide"> +<a id="Math"></a> <h1>Math</h1> <ul class="incremental"> <li>$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</li> |