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.fragment.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.fragment.html')
-rw-r--r-- | tests/s5.fragment.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/s5.fragment.html b/tests/s5.fragment.html index 240bafb35..370b9c111 100644 --- a/tests/s5.fragment.html +++ b/tests/s5.fragment.html @@ -1,10 +1,8 @@ -<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> @@ -13,7 +11,6 @@ <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> |