Age | Commit message (Expand) | Author | Files | Lines |
2018-10-05 | Org reader: fix behavior for successive calls of `#+EXCLUDE_TAGS`. (#4951) | Brian Leung | 2 | -8/+13 |
2018-10-05 | Org reader: Add partial support for `#+EXCLUDE_TAGS` option. (#4950) | Brian Leung | 4 | -7/+32 |
2018-10-04 | Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907) | Mauro Bieg | 1 | -8/+1 |
2018-09-28 | Parse empty argument array in inline src blocks. | leungbk | 1 | -1/+2 |
2018-09-26 | Force inline code blocks to honor export options. | leungbk | 3 | -6/+8 |
2018-09-06 | Org reader: respect export option `p` for planning info | Albert Krewinkel | 3 | -2/+28 |
2018-09-06 | Org reader internals: disable some GHC extensions | Albert Krewinkel | 1 | -26/+32 |
2018-09-05 | Org reader: strip planning info from output | Albert Krewinkel | 1 | -1/+35 |
2018-07-23 | Org reader: fix parsers relying on parseFromString | Albert Krewinkel | 1 | -4/+3 |
2018-07-02 | Spellcheck comments | Alexander Krotov | 2 | -2/+2 |
2018-05-09 | Org reader: fix image filename recognition | Albert Krewinkel | 1 | -6/+7 |
2018-05-07 | Use Data.Maybe.fromMaybe | Alexander Krotov | 1 | -6/+3 |
2018-03-18 | Removed unnecessary import. | John MacFarlane | 1 | -2/+0 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 9 | -0/+18 |
2018-03-16 | Monoid/Semiground cleanup relying on custom Prelude. | John MacFarlane | 3 | -3/+0 |
2018-03-15 | Remove redundant import. | John MacFarlane | 1 | -1/+1 |
2018-03-13 | Require pandoc-types 1.17.4. | John MacFarlane | 2 | -2/+2 |
2018-02-21 | Org reader: allow changing emphasis syntax | Albert Krewinkel | 3 | -11/+39 |
2018-01-19 | hlint code improvements. | John MacFarlane | 1 | -1/+1 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 9 | -18/+18 |
2017-12-28 | Org reader: support minlevel option for includes | Albert Krewinkel | 1 | -14/+37 |
2017-12-20 | Org reader: fix asterisks-related parsing error | Albert Krewinkel | 1 | -1/+1 |
2017-11-22 | Org reader: allow empty list items | Albert Krewinkel | 2 | -45/+42 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -6/+5 |
2017-10-27 | Consistent underline for Readers (#2270) | hftf | 1 | -2/+2 |
2017-10-08 | Org reader: end footnotes after two blank lines | Albert Krewinkel | 1 | -4/+5 |
2017-10-02 | Org reader: support `\n` export option | Albert Krewinkel | 3 | -2/+5 |
2017-09-25 | Org reader: update emphasis border chars | Albert Krewinkel | 1 | -3/+3 |
2017-08-09 | Org reader: use org-language attribute rather than data-org-language. | John MacFarlane | 1 | -1/+1 |
2017-08-09 | Org reader: use tag-name attribute instead of data-tag-name. | John MacFarlane | 1 | -1/+1 |
2017-07-07 | Rewrote LaTeX reader with proper tokenization. | John MacFarlane | 2 | -2/+13 |
2017-06-03 | Improve code style in lua and org modules | Albert Krewinkel | 5 | -26/+24 |
2017-06-03 | Org reader: apply hlint suggestions | Albert Krewinkel | 7 | -89/+84 |
2017-05-31 | Org reader: respect export option for tags | Albert Krewinkel | 3 | -2/+8 |
2017-05-31 | Org reader: include tags in headlines | Albert Krewinkel | 1 | -6/+16 |
2017-05-31 | Org reader: recognize babel result blocks with attributes | Albert Krewinkel | 2 | -22/+22 |
2017-05-31 | Org reader: fix module names in haddock comments | Albert Krewinkel | 7 | -9/+8 |
2017-05-28 | Org reader: Fix cite parsing behaviour | Herwig Stuetz | 1 | -2/+10 |
2017-05-28 | Parsing: `many1Till`: Check for the end condition before parsing | Herwig Stuetz | 1 | -2/+2 |
2017-05-27 | Org reader: subject full doc tree to headline transformations | Albert Krewinkel | 2 | -6/+37 |
2017-05-22 | Move indentWith to Text.Pandoc.Parsing (#3687) | Alexander Krotov | 2 | -9/+1 |
2017-05-18 | Org reader: fix smart parsing behavior | Albert Krewinkel | 2 | -10/+15 |
2017-05-17 | Merge pull request #3677 from labdsf/anylinenewline | John MacFarlane | 2 | -4/+1 |
2017-05-17 | Move anyLineNewline to Parsing.hs | Alexander Krotov | 2 | -4/+1 |
2017-05-16 | Org reader: replace `sequence . map` with `mapM` | Albert Krewinkel | 2 | -3/+3 |
2017-05-16 | Org reader: put tree parsing code into dedicated module | Albert Krewinkel | 2 | -210/+262 |
2017-05-14 | Org reader: add basic file inclusion mechanism | Albert Krewinkel | 3 | -5/+43 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 6 | -11/+11 |
2017-05-12 | Replace `repeat' and `take' with `replicate' once more | Alexander Krotov | 1 | -1/+1 |
2017-05-06 | Drop redundant import of sort | Albert Krewinkel | 1 | -1/+1 |