diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-08 17:33:03 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-08 17:33:03 +0000 |
commit | 2d4a22d0be7e2da288c4af43250d6d3c607ccf8b (patch) | |
tree | 38ee9a5f375338c7f06a82adfbc05d07cf827371 /tests/s5.fancy.html | |
parent | 497a1b781584963f0c1cb442ef79bdcb0e5258d2 (diff) | |
download | pandoc-2d4a22d0be7e2da288c4af43250d6d3c607ccf8b.tar.gz |
Regularized the scheme for unique header identifiers in HTML writer:
- punctuation is now all removed (except -)
- spaces are turned into -
- all lowercase
This scheme should be fairly predictable.
Updated tests accordingly.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@655 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/s5.fancy.html')
-rw-r--r-- | tests/s5.fancy.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/s5.fancy.html b/tests/s5.fancy.html index d3f445d22..3d84b2a14 100644 --- a/tests/s5.fancy.html +++ b/tests/s5.fancy.html @@ -1661,7 +1661,7 @@ else <div id="currentSlide"></div> <div id="header"></div> <div id="footer"> -<h1 id="july 15, 2006" +<h1 id="july-15-2006" >July 15, 2006</h1 ><h2 id="my-s5-document" >My S5 Document</h2 @@ -1672,9 +1672,9 @@ else <div class="slide"> <h1 id="my-s5-document-1" >My S5 Document</h1 - ><h3 id="sam smith, jen jones" + ><h3 id="sam-smith-jen-jones" >Sam Smith, Jen Jones</h3 - ><h4 id="july 15, 2006-1" + ><h4 id="july-15-2006-1" >July 15, 2006</h4 ></div> <div class="slide"> |