Age | Commit message (Expand) | Author | Files | Lines |
2015-06-29 | Fix RST reference names with special characters | Lars-Dominik Braun | 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 | -1/+1 |
2015-02-18 | Change return type of RST reader | Matthew Pickering | 1 | -2/+4 |
2015-02-18 | Changed parseWithWarnings to the more general returnWarnings parser transformer | Matthew Pickering | 1 | -1/+1 |
2015-01-05 | ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik... | Mark Wright | 1 | -1/+2 |
2014-12-12 | RST: warn about ignored fields in role directives | Daniel Bergey | 1 | -6/+26 |
2014-12-12 | RST Reader: compute Attrs when role is defined | Daniel Bergey | 1 | -15/+15 |
2014-12-12 | RST reader: improve support for custom roles | Daniel Bergey | 1 | -11/+14 |
2014-12-12 | RST: literal role should produce Code, | Daniel Bergey | 1 | -2/+2 |
2014-12-12 | expose warnings from RST reader; refactor | Daniel Bergey | 1 | -2/+9 |
2014-12-08 | RST Reader: Warn about skipped directives | Daniel Bergey | 1 | -1/+4 |
2014-12-01 | parse RST class directives | Daniel Bergey | 1 | -2/+8 |
2014-12-01 | parse RST quoted literal blocks | Daniel Bergey | 1 | -1/+9 |
2014-08-04 | Remove redundant isHexDigit function. | Artyom Kazak | 1 | -4/+1 |
2014-07-11 | Removed (>>~) function | Matthew Pickering | 1 | -4/+4 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 |
2014-04-30 | RST reader: Some fixes to last change, and use "author" not "authors". | John MacFarlane | 1 | -6/+7 |
2014-04-30 | RST reader: Better handling of directives. | John MacFarlane | 1 | -12/+15 |
2014-04-24 | RST reader: Remove duplicate 'http' in PEP links | Albert Krewinkel | 1 | -1/+1 |
2014-04-01 | Changed the smart punctuation parser to return Inlines rather than an Inline ... | Matthew Pickering | 1 | -1/+1 |
2014-02-19 | Make rst figures true figures. Closes #1168. | John MacFarlane | 1 | -1/+1 |
2014-02-15 | Enhanced Pandoc's support for rST roles. | Merijn Verstraaten | 1 | -10/+81 |
2013-09-07 | Added support for LaTeX style literate Haskell code blocks in rST. | Merijn Verstraaten | 1 | -6/+17 |
2013-09-01 | Use registerHeader in RST and LaTeX readers. | John MacFarlane | 1 | -2/+4 |
2013-08-10 | Adjustments for new Format newtype. | John MacFarlane | 1 | -0/+1 |
2013-06-25 | Fixed 'authors' metadata parsing in reST. | John MacFarlane | 1 | -1/+22 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 1 | -40/+33 |
2013-06-18 | RST reader: don't insert paragraphs where docutils doesn't. | John MacFarlane | 1 | -1/+6 |
2013-03-11 | Fixed spacing bugs involving code block attributes. | John MacFarlane | 1 | -1/+1 |
2013-01-27 | Markdown/RST reader: Skip blank lines. | John MacFarlane | 1 | -0/+1 |
2013-01-25 | RST reader: Allow anonymous form of explicit links. | John MacFarlane | 1 | -0/+1 |
2013-01-25 | Use anyLine everywhere instead of 'manyTill anyChar newline'. | John MacFarlane | 1 | -5/+5 |
2013-01-13 | Moved lineBlockLines to Parsing. | John MacFarlane | 1 | -12/+1 |
2013-01-13 | RST reader: Refactored line block parser. | John MacFarlane | 1 | -14/+10 |
2013-01-13 | RST reader: Line block improvements. | John MacFarlane | 1 | -3/+8 |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -6/+6 |
2012-10-06 | RST reader: Don't create empty definition list for metadata field lists. | John MacFarlane | 1 | -3/+3 |
2012-09-30 | RST reader: Removed 'plain' in blocks, since 'para' includes it. | John MacFarlane | 1 | -1/+0 |
2012-09-30 | RST reader: Consolidate super/subscript, math into interpretedRole. | John MacFarlane | 1 | -35/+26 |
2012-09-30 | RST reader: Renamed 'image' to 'subst', since it now handles more. | John MacFarlane | 1 | -4/+3 |
2012-09-30 | Ignore unknown interpreted roles. | John MacFarlane | 1 | -3/+12 |
2012-09-30 | RST reader: Removed requirement that directives begin at left margin. | John MacFarlane | 1 | -3/+0 |
2012-09-30 | RST reader: Require whitespace after field list field names. | John MacFarlane | 1 | -1/+1 |
2012-09-30 | RST reader: Consolidated rawBlock into directive. | John MacFarlane | 1 | -15/+1 |
2012-09-30 | RST reader: Handle replace:: and unicode:: substitutions. | John MacFarlane | 1 | -8/+77 |
2012-09-29 | RST reader: Make directive labels case-insensitive. | John MacFarlane | 1 | -1/+3 |
2012-09-29 | RST reader: Folded figureBlock into directive. | John MacFarlane | 1 | -14/+10 |
2012-09-29 | RST reader: Made comments a separate parser. | John MacFarlane | 1 | -6/+17 |
2012-09-29 | RST reader: Folded image block handling into directive. | John MacFarlane | 1 | -41/+36 |