pandoc/src/Text/Pandoc
John MacFarlane 0bbea0cc76 Split pandoc.hs into a module, Text.Pandoc.App, and a small program.
The App module provides a function that does a pandoc conversion,
based on option settings.  The program (pandoc.hs) now does nothing
more than parse options and pass them to this function, which can
easily be used by other applications (e.g. a GUI wrapper).

The Opt structure has been further simplified.

API changes:

* New exposed module Text.Pandoc.App
* Text.Pandoc.Highlighting has been exposed.
* highlightingStyles has been moved to Text.Pandoc.Highlighting.
2017-02-05 21:58:45 +01:00
..
Compat Add EOL note to time compat module. 2016-09-03 08:10:53 -04:00
Readers Docx reader: handle local namespace declarations. 2017-02-03 22:23:07 +01:00
Writers Removed redundant import. 2017-02-05 11:54:05 +01:00
App.hs Split pandoc.hs into a module, Text.Pandoc.App, and a small program. 2017-02-05 21:58:45 +01:00
Asciify.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
Class.hs Expose FileTree in Class 2017-01-27 11:15:42 +01:00
CSS.hs new function to extract multiple properties at once in CSS.hs 2015-12-13 21:40:12 +01:00
Data.hsb Rename README to MANUAL.txt 2016-07-20 21:16:45 +02:00
Emoji.hs Fixed Emoji character definitions. 2015-12-04 09:38:58 -08:00
Error.hs Generic instance for PandocError. 2017-01-25 17:07:41 +01:00
Extensions.hs Put an Integer rather than Word64 behind Extensions. 2017-01-25 17:07:42 +01:00
Highlighting.hs Split pandoc.hs into a module, Text.Pandoc.App, and a small program. 2017-02-05 21:58:45 +01:00
ImageSize.hs Removed hush from Text.Pandoc.Shared. 2017-01-25 17:07:41 +01:00
MediaBag.hs MediaBag: put extractMediaBag into MonadIO. 2017-01-25 17:07:41 +01:00
MIME.hs Use correct mime types for woff and woff2. 2016-11-12 23:22:34 +01:00
Options.hs Changed writerEpubMetadata to a Maybe String. 2017-02-04 22:51:51 +01:00
Parsing.hs Shared: rename compactify', compactify'DL -> compactify, compactifyDL. 2017-01-27 21:36:45 +01:00
PDF.hs Removed readerVerbosity and writerVerbosity. 2017-01-25 17:07:43 +01:00
Pretty.hs Pretty: Added afterBreak. 2016-12-05 00:49:53 +01:00
Process.hs Process.pipeProcess: stream stderr rather than capturing. 2017-01-25 17:07:41 +01:00
SelfContained.hs Removed writerMediaBag from WriterOpts. 2017-01-25 17:07:42 +01:00
Shared.hs Allow user to specify User-Agent (#3421) 2017-02-05 11:28:39 +01:00
Slides.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
Templates.hs Make epub an alias for epub3, not epub2. 2017-01-30 10:19:30 +01:00
UTF8.hs Remove unnecessary CPP condition in UTF8 2016-09-02 09:18:09 -04:00
UUID.hs Deleted whitespace at end of source lines. 2017-01-25 17:07:39 +01:00
XML.hs Remove TagSoup compat 2016-09-02 12:28:53 -04:00