pandoc/src/Text/Pandoc
John MacFarlane feb70b6e93 Made spacing at end of output more consistent.
Previously some of the writers added spurious whitespace.
This has been removed, resolving Issue #232.

NOTE: If your application combines pandoc's output with other
text, for example in a template, you may need to add spacing.
For example, a pandoc-generated markdown file will not have
a blank line after the final block element.  If you are inserting
it into another markdown file, you will need to make sure there
is a blank line between it and the next block element.
2010-07-20 12:42:12 -07:00
..
Readers HTML reader: code cleanup + parse <tt> as Code. 2010-07-14 09:39:48 -07:00
Writers Made spacing at end of output more consistent. 2010-07-20 12:42:12 -07:00
Biblio.hs Minor changes in Text.Pandoc.Biblio. 2009-02-28 07:39:45 +00:00
Blocks.hs Moved all haskell source to src subdirectory. 2009-01-24 20:00:26 +00:00
CharacterReferences.hs Updated copyright notices. 2010-03-23 13:31:09 -07:00
Definition.hs Merge branch 'atlists'. Added auto-numbered example lists. 2010-07-11 22:47:52 -07:00
Highlighting.hs Removed redundant imports (found by ghc 6.12). 2009-12-31 16:48:36 +00:00
Parsing.hs Parse \chapter{} in latex. 2010-07-13 19:18:58 -07:00
Shared.hs Added --section-divs option. 2010-07-15 22:26:45 -07:00
Templates.hs Comment change in Templates (thanks to Alexander Hirzel). 2010-07-05 00:11:02 -07:00
UTF8.hs UTF8: Modified readFile and getContents to strip BOM if present. 2010-05-06 23:04:44 -07:00
UUID.hs Added an EPUB writer. 2010-07-05 00:06:27 -07:00
XML.hs Updated copyright notices. 2010-03-23 13:31:09 -07:00