From eea359203ac7f861ac9536b39e639f6c65579501 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Fri, 29 Dec 2006 08:04:39 +0000 Subject: 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 --- tests/s5.basic.html | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/s5.basic.html') diff --git a/tests/s5.basic.html b/tests/s5.basic.html index 29934e6c1..ac06eabd0 100644 --- a/tests/s5.basic.html +++ b/tests/s5.basic.html @@ -747,24 +747,18 @@ window.onresize = function(){setTimeout('fontScale()', 50);}
-

My S5 Document

-

Sam Smith, Jen Jones

-

July 15, 2006

-

First slide

  • first bullet
  • @@ -772,7 +766,6 @@ window.onresize = function(){setTimeout('fontScale()', 50);}
-

Smarty

  • "Hello there"
  • @@ -781,7 +774,6 @@ window.onresize = function(){setTimeout('fontScale()', 50);}
-

Math

  • $\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$
  • -- cgit v1.2.3