summaryrefslogtreecommitdiff
path: root/tests/s5.inserts.html
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-29 08:04:39 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-29 08:04:39 +0000
commiteea359203ac7f861ac9536b39e639f6c65579501 (patch)
treee0e7e2403e6e9422121a2a5c14afeffbf5cc0d43 /tests/s5.inserts.html
parent17837b343be94dfa1427786008576646d4a89dcf (diff)
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.inserts.html')
-rw-r--r--tests/s5.inserts.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/s5.inserts.html b/tests/s5.inserts.html
index ba6ae5f48..7be33a2c8 100644
--- a/tests/s5.inserts.html
+++ b/tests/s5.inserts.html
@@ -13,13 +13,11 @@ 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>
@@ -28,7 +26,6 @@ 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>