pandoc/src/Text/Pandoc/Readers
John MacFarlane 814ac51d32 Separated tracing from logging.
Formerly tracing was just log messages with a DEBUG log
level.  We now make these things independent.  Tracing
can be turned on or off in PandocMonad using `setTrace`;
it is independent of logging.

* Removed `DEBUG` from `Verbosity`.
* Removed `ParserTrace` from `LogMessage`.
* Added `trace`, `setTrace` to `PandocMonad`.
2017-06-19 22:17:43 +02:00
..
Docx Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
Odt Odt reader: remove dead code 2017-05-31 19:59:34 +02:00
Org Improve code style in lua and org modules 2017-06-03 13:35:19 +02:00
CommonMark.hs Changed all readers to take Text instead of String. 2017-06-10 18:26:44 +02:00
DocBook.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
Docx.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
EPUB.hs Changed all readers to take Text instead of String. 2017-06-10 18:26:44 +02:00
Haddock.hs Changed all readers to take Text instead of String. 2017-06-10 18:26:44 +02:00
HTML.hs Separated tracing from logging. 2017-06-19 22:17:43 +02:00
LaTeX.hs Support for \faCheck and \faClose (#3727) 2017-06-11 07:47:42 +02:00
Markdown.hs Separated tracing from logging. 2017-06-19 22:17:43 +02:00
MediaWiki.hs Separated tracing from logging. 2017-06-19 22:17:43 +02:00
Muse.hs Separated tracing from logging. 2017-06-19 22:17:43 +02:00
Native.hs Changed all readers to take Text instead of String. 2017-06-10 18:26:44 +02:00
Odt.hs Readers: pass errors straight up to PandocMonad. 2017-01-25 17:07:40 +01:00
OPML.hs Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
Org.hs Changed all readers to take Text instead of String. 2017-06-10 18:26:44 +02:00
RST.hs Changed all readers to take Text instead of String. 2017-06-10 18:26:44 +02:00
Textile.hs Separated tracing from logging. 2017-06-19 22:17:43 +02:00
TWiki.hs Separated tracing from logging. 2017-06-19 22:17:43 +02:00
Txt2Tags.hs Changed all readers to take Text instead of String. 2017-06-10 18:26:44 +02:00
Vimwiki.hs Added Vimwiki reader (#3705). 2017-06-19 22:15:12 +02:00