pandoc/src/Text/Pandoc
John MacFarlane 12a5bd3c8d Entity handling fixes:
- Text.Pandoc.XML.fromEntities:  handle entities without a
  semicolon. Always lookup character references with the
  trailing ';', even if it wasn't present.  And never add
  it when looking up numerical entities.  (This is what
  tagsoup seems to require.)
- Text.Pandoc.Parsing.characterReference:  Always lookup
  character references with the trailing ';', and leave off
  the ';' when looking up numerical entities.

This fixes a regression for e.g. `⟨`.
2016-01-08 17:08:01 -08:00
..
Compat Restored Text.Pandoc.Compat.Monoid. 2015-11-09 11:19:25 -08:00
Readers Merge pull request from tarleb/org-noexport-fix 2016-01-07 11:34:27 -08:00
Writers RST, Markdown writers: Fixed rendering of grid tables with blank rows. 2016-01-05 14:04:10 -08:00
Asciify.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
CSS.hs new function to extract multiple properties at once in CSS.hs 2015-12-13 21:40:12 +01:00
Data.hsb Text.Pandoc.Data: store paths in dataFiles using posix separators. 2015-10-17 22:04:02 -07:00
Emoji.hs Fixed Emoji character definitions. 2015-12-04 09:38:58 -08:00
Error.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Highlighting.hs Add support to GAP 2015-12-03 08:23:26 -02:00
ImageSize.hs ImageSize: use safeRead instead of readMaybe. 2015-11-21 08:46:01 -08:00
MediaBag.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
MIME.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Options.hs Implemented east_asian_line_breaks extension. 2015-12-12 17:28:52 -08:00
Parsing.hs Entity handling fixes: 2016-01-08 17:08:01 -08:00
PDF.hs Fixed v1.16 reversion with --latex-engine. 2016-01-04 22:44:50 -08:00
Pretty.hs Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb21-new-image-attributes 2015-11-19 23:14:23 -08:00
Process.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
SelfContained.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Shared.hs Use cmark 0.5. 2015-12-29 19:52:06 -08:00
Slides.hs hlint fixes 2015-11-22 07:43:48 -08:00
Templates.hs Restored Text.Pandoc.Compat.Monoid. 2015-11-09 11:19:25 -08:00
UTF8.hs UTF8: Better handling of bare CRs in input files. 2015-05-05 12:42:50 -07:00
UUID.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
XML.hs Entity handling fixes: 2016-01-08 17:08:01 -08:00