pandoc/src/Text/Pandoc/Readers
John MacFarlane 8280d6a489 Changes to verbosity in writer and reader options.
API changes: Text.Pandoc.Options:

* Added Verbosity.
* Added writerVerbosity.
* Added readerVerbosity.
* Removed writerVerbose.
* Removed readerTrace.

pandoc CLI:  The `--trace` option sets verbosity to DEBUG;
the `--quiet` option sets it to ERROR, and the `--verbose`
option sets it to INFO.  The default is WARNING.
2017-01-25 17:07:43 +01:00
..
Docx Deleted whitespace at end of source lines. 2017-01-25 17:07:39 +01:00
Odt Revert "Added page breaks into Pandoc." 2017-01-25 17:07:43 +01:00
Org Removed readerSmart and the --smart option; added Ext_smart extension. 2017-01-25 17:07:42 +01:00
CommonMark.hs Removed readerSmart and the --smart option; added Ext_smart extension. 2017-01-25 17:07:42 +01:00
DocBook.hs Working on readers. 2017-01-25 17:07:40 +01:00
Docx.hs Class: rename addWarning[WithPos] to warning[WithPos]. 2017-01-25 17:07:40 +01:00
EPUB.hs Changes to verbosity in writer and reader options. 2017-01-25 17:07:43 +01:00
Haddock.hs Changes to verbosity in writer and reader options. 2017-01-25 17:07:43 +01:00
HTML.hs Changes to verbosity in writer and reader options. 2017-01-25 17:07:43 +01:00
LaTeX.hs Removed readerSmart and the --smart option; added Ext_smart extension. 2017-01-25 17:07:42 +01:00
Markdown.hs Changes to verbosity in writer and reader options. 2017-01-25 17:07:43 +01:00
MediaWiki.hs Changes to verbosity in writer and reader options. 2017-01-25 17:07:43 +01:00
Native.hs Added ReaderOptions parameter to readNative. 2017-01-25 17:07:41 +01:00
Odt.hs Readers: pass errors straight up to PandocMonad. 2017-01-25 17:07:40 +01:00
OPML.hs Remove redundant imports from OPML reader. 2017-01-25 17:07:40 +01:00
Org.hs Unify Errors. 2017-01-25 17:07:40 +01:00
RST.hs Removed readerSmart and the --smart option; added Ext_smart extension. 2017-01-25 17:07:42 +01:00
Textile.hs Changes to verbosity in writer and reader options. 2017-01-25 17:07:43 +01:00
TWiki.hs Changes to verbosity in writer and reader options. 2017-01-25 17:07:43 +01:00
Txt2Tags.hs Removed --normalize option and normalization functions from Shared. 2017-01-25 17:07:41 +01:00