diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-29 08:04:39 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-29 08:04:39 +0000 |
commit | eea359203ac7f861ac9536b39e639f6c65579501 (patch) | |
tree | e0e7e2403e6e9422121a2a5c14afeffbf5cc0d43 /tests/s5.fancy.html | |
parent | 17837b343be94dfa1427786008576646d4a89dcf (diff) | |
download | pandoc-eea359203ac7f861ac9536b39e639f6c65579501.tar.gz |
Reversed changes from r246:
+ Removed invisible anchors in front of header tags in HTML output.
Reason: no way to prevent duplicate ID attributes (which is invalid
HTML), since there might be duplicate header titles. See
http://six.pairlist.net/pipermail/markdown-discuss/2005-January/000975.html.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@306 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/s5.fancy.html')
-rw-r--r-- | tests/s5.fancy.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/s5.fancy.html b/tests/s5.fancy.html index dadb9f7f7..fbf872241 100644 --- a/tests/s5.fancy.html +++ b/tests/s5.fancy.html @@ -1659,24 +1659,18 @@ 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> @@ -1684,7 +1678,6 @@ else </ul> </div> <div class="slide"> -<a id="Smarty"></a> <h1>Smarty</h1> <ul> <li>“Hello there”</li> @@ -1693,7 +1686,6 @@ 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> |