summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing.hs
Commit message (Expand)AuthorAge
* Export improved sepBy1 from Text.Pandoc.ParsingAlexander Krotov2018-02-23
* Move manyUntil to Text.Pandoc.Parsing and use it in Txt2Tags readerAlexander Krotov2018-02-19
* Export list marker parsers from Text.Pandoc.ParsingAlexander Krotov2018-01-31
* hlint code improvements.John MacFarlane2018-01-19
* Markdown reader: Improved inlinesInBalancedBrackets.John MacFarlane2018-01-14
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* Allow spaces after `\(` and before `\)` with `tex_math_single_backslash`.John MacFarlane2017-11-19
* Text.Pandoc.Parsing.uri: allow `&` and `=` as word characters.John MacFarlane2017-11-14
* hlintAlexander Krotov2017-11-01
* Source code reformatting.John MacFarlane2017-10-29
* Implemented fenced Divs.John MacFarlane2017-10-23
* RST reader: handle blank lines correctly in line blocks (#3881)Alexander2017-08-28
* Markdown reader: use CommonMark rules for list item nesting.John MacFarlane2017-08-19
* Parsing: added gobbleSpaces.John MacFarlane2017-08-08
* Fix ghc 8.2.1 compiler warnings.John MacFarlane2017-07-14
* Revert "Fixed some ghc 8.2 compiler warnings."John MacFarlane2017-07-14
* Fixed some ghc 8.2 compiler warnings.John MacFarlane2017-07-14
* Parsing: added takeP, takeWhileP for efficient parsing of [Char].John MacFarlane2017-07-07
* Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* Tracing: give less misleading line information with parseWithString.John MacFarlane2017-06-19
* Parsing: `many1Till`: Check for the end condition before parsingHerwig Stuetz2017-05-28
* Markdown reader: warn for notes defined but not used.John MacFarlane2017-05-25
* Parsing: Provide parseFromString'.John MacFarlane2017-05-24
* Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel2017-05-23
* Move indentWith to Text.Pandoc.Parsing (#3687)Alexander Krotov2017-05-22
* Merge pull request #3677 from labdsf/anylinenewlineJohn MacFarlane2017-05-17
|\
| * Move anyLineNewline to Parsing.hsAlexander Krotov2017-05-17
* | Parsing: add `insertIncludedFilesF` which returns F blocksAlbert Krewinkel2017-05-14
* | Parsing: introduce `HasIncludeFiles` type classAlbert Krewinkel2017-05-14
* | Parsing: replace partial with total functionAlbert Krewinkel2017-05-14
|/
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Combine grid table parsersAlbert Krewinkel2017-05-11
* Generalize tableWith, gridTableWithAlbert Krewinkel2017-05-02
* Provide shared F monad functions for Markdown and Org readersAlbert Krewinkel2017-04-30
* Avoid parsing "Notes:**" as a bare URI.John MacFarlane2017-04-15
* Better handling of \part in LaTeX.John MacFarlane2017-03-13
* Issue warning for duplicate header identifiers.John MacFarlane2017-03-12
* Improved behavior of `auto_identifiers` when there are explicit ids.John MacFarlane2017-03-12
* Use pMacroDefinition in macro (for more direct parsing).John MacFarlane2017-03-10
* RST reader: support RST-style citations.John MacFarlane2017-03-03
* Revert "Refined constraint for HasQuoteContext instance."John MacFarlane2017-02-20
* Refined constraint for HasQuoteContext instance.John MacFarlane2017-02-20
* Removed redundant constraint.John MacFarlane2017-02-20
* Parsing: Added HasLogMessages, logMessage, reportLogMessages.John MacFarlane2017-02-17
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Refactored some files formerly in LaTeX reader.John MacFarlane2017-02-07
* Moved readFileFromDirs to Text.Pandoc.Class.John MacFarlane2017-02-07
* Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane2017-01-27
* Removed Shared.compactify.John MacFarlane2017-01-27
* Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane2017-01-25