Age | Commit message (Expand) | Author | Files | Lines |
2015-05-13 | Markdown reader: Made implicit header references case-insensitive. | John MacFarlane | 1 | -1/+3 |
2015-05-11 | HTML reader: Fixed detection of self-closing tags. | John MacFarlane | 1 | -1/+1 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 |
2015-04-18 | Revert "Merge pull request #1947 from mpickering/Fmonad" | John MacFarlane | 1 | -22/+33 |
2015-04-17 | Merge pull request #1954 from mcmtroffaes/feature/citekey-firstchar-alphanum | John MacFarlane | 1 | -1/+1 |
2015-04-18 | MD Reader: Smart `'` after inline math | Nikolay Yakimov | 1 | -1/+6 |
2015-02-18 | Add Text.Pandoc.Error module with PandocError type | Matthew Pickering | 1 | -13/+6 |
2015-02-18 | Allow digit as first character of a citation key. | Matthias C. M. Troffaes | 1 | -1/+1 |
2015-02-18 | Factor out "returnState" into Parsing module | Matthew Pickering | 1 | -0/+5 |
2015-02-18 | Generalise signature of addWarning | Matthew Pickering | 1 | -1/+1 |
2015-02-18 | Add check to see whether in a footnote to ParserState (to avoid circular foot... | Matthew Pickering | 1 | -2/+4 |
2015-02-18 | Remove F monad from Parsing | Matthew Pickering | 1 | -24/+2 |
2015-02-18 | Changed parseWithWarnings to the more general returnWarnings parser transformer | Matthew Pickering | 1 | -6/+5 |
2015-02-18 | Added generalize function which can be used to lift specialised parsers. | Matthew Pickering | 1 | -0/+4 |
2014-12-15 | Text.Pandoc.Parsing: Change parseFromString to fail if not all input is | Matthew Pickering | 1 | -1/+3 |
2014-12-15 | Merge pull request #1805 from bergey/rst | John MacFarlane | 1 | -3/+20 |
2014-12-14 | Fixe autolinks with following punctuation. | John MacFarlane | 1 | -1/+1 |
2014-12-12 | RST Reader: compute Attrs when role is defined | Daniel Bergey | 1 | -3/+2 |
2014-12-12 | expose warnings from RST reader; refactor | Daniel Bergey | 1 | -0/+10 |
2014-12-08 | RST Reader: Warn about skipped directives | Daniel Bergey | 1 | -0/+8 |
2014-10-19 | Parsing: fixed `inlineMath` so it handles `\text{..}` containing `$`. | John MacFarlane | 1 | -1/+23 |
2014-08-04 | Use texmath 0.7 interface. | John MacFarlane | 1 | -1/+2 |
2014-07-27 | Parsing: Added isbn and pmid schemes | Matthew Pickering | 1 | -2/+2 |
2014-07-26 | Generalised more in Parsing.hs to enable the use of custom state | Matthew Pickering | 1 | -40/+53 |
2014-07-22 | Exported runParserT and Stream | Matthew Pickering | 1 | -0/+2 |
2014-07-22 | Generalised readWith to readWithM | Matthew Pickering | 1 | -10/+19 |
2014-07-20 | Fix behavior of `markdown_attribute` extension. | John MacFarlane | 1 | -0/+2 |
2014-07-20 | readWith: reverted generalization from f201bdcb. | John MacFarlane | 1 | -8/+8 |
2014-07-12 | Parsing: Simplified dash and ellipsis. | John MacFarlane | 1 | -40/+13 |
2014-07-12 | Removed space at ends of lines in source. | John MacFarlane | 1 | -37/+37 |
2014-07-11 | Removed inline fmap from Parsing.hs | Matthew Pickering | 1 | -8/+8 |
2014-07-11 | Removed (>>~) function | Matthew Pickering | 1 | -9/+4 |
2014-07-11 | Generalised all functions in Parsing.hs | Matthew Pickering | 1 | -128/+168 |
2014-07-07 | `Parsing`: Added `stateInHtmlBlock` to `ParserState`. | John MacFarlane | 1 | -0/+2 |
2014-05-27 | Markdown reader: inline math must have nonspace before final `$`. | John MacFarlane | 1 | -4/+6 |
2014-05-14 | Move `citeKey` from Readers.Markdown to Parsing | Albert Krewinkel | 1 | -0/+13 |
2014-05-14 | Introduce class HasLastStrPosition, generalize functions | Albert Krewinkel | 1 | -9/+23 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 |
2014-05-03 | LaTeX reader: Better error messages with include files. | John MacFarlane | 1 | -1/+1 |
2014-04-01 | Changed the smart punctuation parser to return Inlines rather than an Inline ... | Matthew Pickering | 1 | -22/+21 |
2014-03-25 | Parsing: Added stateCaption. | John MacFarlane | 1 | -1/+2 |
2014-03-25 | Parsing: Added HasMacros, simplified other typeclasses. | John MacFarlane | 1 | -28/+22 |
2014-03-25 | Whitespace change, and note: | John MacFarlane | 1 | -0/+1 |
2014-03-25 | API changes to HasReaderOptions, HasHeaderMap, HasIdentifierList. | John MacFarlane | 1 | -31/+39 |
2014-03-24 | Parsing: Make F an instance of Applicative. Closes #1138. | John MacFarlane | 1 | -2/+2 |
2014-02-15 | Clarified field values in RstCustomRoles. | Merijn Verstraaten | 1 | -0/+4 |
2014-02-15 | Enhanced Pandoc's support for rST roles. | Merijn Verstraaten | 1 | -0/+2 |
2013-12-19 | HLint: use `elem` and `notElem` | Henry de Valence | 1 | -2/+2 |
2013-12-06 | HTML reader: Parse LaTeX math if appropriate options are set. | John MacFarlane | 1 | -0/+35 |
2013-11-17 | Parsing: Generalized type of registerHeader, using new typeclasses. | John MacFarlane | 1 | -12/+42 |