pandoc/src/Text/Pandoc/Writers
fiddlosopher a786f43e8c Change to footnotes in HTML writer: Instead of putting the footnote
backlink on a line by itself, after the content of the note,
we now put it at the end of the last paragraph of the footnote.
This saves space and looks better.  More specifically:
+ If the last block of the note is a Para or Plain block, the
  backlink is put at the end of that block's contents.
+ Otherwise, the backlink is put in a separate Plain block by
  itself, after the footnote's contents. 


git-svn-id: https://pandoc.googlecode.com/svn/trunk@697 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-14 03:37:41 +00:00
..
Docbook.hs Adjusted copyright notices to 2006-7; use 2007-07-07 22:51:55 +00:00
HTML.hs Change to footnotes in HTML writer: Instead of putting the footnote 2007-07-14 03:37:41 +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 Text.Pandoc.Blocks: 2007-07-09 01:36:53 +00:00
RST.hs Added --toc support to RST writer. 2007-07-08 16:48:54 +00:00
RTF.hs Added support for --toc to RTF writer. 2007-07-09 00:51:07 +00:00