Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-20 | Move CR filtering from tabFilter to the readers. | John MacFarlane | 1 | -1/+2 | |
The readers previously assumed that CRs had been filtered from the input. Now we strip the CRs in the readers themselves, before parsing. (The point of this is just to simplify the parsers.) Shared now exports a new function `crFilter`. [API change] And `tabFilter` no longer filters CRs. | |||||
2017-06-20 | Muse reader: check that headers start at the first column (#3749) | Alexander Krotov | 1 | -0/+2 | |
2017-06-19 | Separated tracing from logging. | John MacFarlane | 1 | -3/+2 | |
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 | Muse reader: fix list item continuation parsing (#3747) | Alexander Krotov | 1 | -2/+2 | |
2017-06-19 | Add Muse reader (#3620) | Alexander Krotov | 1 | -0/+577 | |