pandoc/src/Text/Pandoc/Writers
fiddlosopher 7f5638853b HTML writer changes:
+ change in scheme for construction of unique identifiers for headers:
  - all lowercase
  - spaces turn into -, not _
+ TOC items now have their own identifiers, starting with TOC-
+ when there is a TOC, headers link back to the corresponding TOC items,
  rather than the top of the TOC.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@653 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-08 17:09:17 +00:00
..
Docbook.hs Adjusted copyright notices to 2006-7; use 2007-07-07 22:51:55 +00:00
HTML.hs HTML writer changes: 2007-07-08 17:09:17 +00:00
LaTeX.hs LaTeX writer: 2007-07-08 03:48:07 +00:00
Man.hs Man writer: Don't print .\" t at beginning unless we're 2007-07-08 03:54:07 +00:00
Markdown.hs Adjusted copyright notices to 2006-7; use 2007-07-07 22:51:55 +00:00
RST.hs Added --toc support to RST writer. 2007-07-08 16:48:54 +00:00
RTF.hs Adjusted copyright notices to 2006-7; use 2007-07-07 22:51:55 +00:00