pandoc/src/templates
fiddlosopher a8e2199034 Major code cleanup in all modules. (Removed unneeded imports,
reformatted, etc.)  More major changes are documented below:

+ Removed Text.Pandoc.ParserCombinators and moved all its definitions
  to Text.Pandoc.Shared.
+ In Text.Pandoc.Shared:
  - Removed unneeded 'try' in blanklines.
  - Removed endsWith function and rewrote functions to use isSuffixOf instead.
  - Added >>~ combinator.
  - Rewrote stripTrailingNewlines, removeLeadingSpaces.
+ Moved Text.Pandoc.Entities -> Text.Pandoc.CharacterReferences.
  - Removed unneeded functions charToEntity, charToNumericalEntity.
  - Renamed functions using proper terminology (character references,
    not entities).  decodeEntities -> decodeCharacterReferences,
    characterEntity -> characterReference.
  - Moved escapeStringToXML to Docbook writer, which is the only thing
    that uses it.
  - Removed old entity parser in HTML and Markdown readers; replaced with
    new charRef parser in Text.Pandoc.Shared.
+ Fixed accent bug in Text.Pandoc.Readers.LaTeX:  \^{} now correctly
  parses as a '^' character.
+ Text.Pandoc.ASCIIMathML is no longer an exported module.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@835 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-15 06:00:58 +00:00
..
ASCIIMathML.hs Minor documentation changes to ASCIIMathML.hs template. 2007-06-17 16:12:23 +00:00
DefaultHeaders.hs Major code cleanup in all modules. (Removed unneeded imports, 2007-08-15 06:00:58 +00:00
fillTemplates.pl Setup executable permissions on some files. 2007-01-05 07:39:32 +00:00
Makefile Added 'clean' target to src/templates/Makefile, main 2006-12-19 22:20:58 +00:00
S5.hs Major code cleanup in all modules. (Removed unneeded imports, 2007-08-15 06:00:58 +00:00