Age | Commit message (Expand) | Author | Files | Lines |
2020-07-01 | Org reader: respect tables-excluding export setting | Albert Krewinkel | 1 | -1/+4 |
2020-06-29 | Org reader: keep unknown keyword lines as raw org | Albert Krewinkel | 1 | -0/+11 |
2020-06-25 | Org reader: honor tex export option | Albert Krewinkel | 1 | -14/+18 |
2020-04-15 | Use the new builders, modify readers to preserve empty headers | despresc | 1 | -1/+7 |
2020-04-15 | Adapt to the newest Table type, fix some previous adaptation issues | despresc | 1 | -2/+2 |
2020-04-15 | Implement the new Table type | despresc | 1 | -7/+7 |
2020-03-22 | Finer grained imports of Text.Pandoc.Class submodules (#6203) | Albert Krewinkel | 1 | -1/+1 |
2020-03-15 | Use implicit Prelude (#6187) | Albert Krewinkel | 1 | -2/+0 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 1 | -1/+1 |
2020-02-07 | Resolve HLint warnings | Albert Krewinkel | 1 | -1/+1 |
2020-02-06 | Use traverse instead of reimplementing it (#6124) | Joseph C. Sible | 1 | -3/+1 |
2019-12-18 | Org reader: wrap named table in div, using name as id | Albert Krewinkel | 1 | -12/+10 |
2019-12-13 | Org reader: add table labels to caption if both are present | Albert Krewinkel | 1 | -3/+11 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 1 | -108/+111 |
2019-09-08 | Org reader: modify handling of example blocks. (#5717) | Brian Leung | 1 | -14/+41 |
2019-07-22 | Org reader: accept ATTR_LATEX in block attributes | Albert Krewinkel | 1 | -3/+11 |
2019-07-02 | Fix redundant constraint warnings. (#5625) | Pete Ryland | 1 | -1/+1 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -17/+0 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 |
2019-01-30 | Org reader: add support for #+SELECT_TAGS. | leungbk | 1 | -5/+4 |
2019-01-30 | Org reader: separate filtering logic from conversion function. | leungbk | 1 | -3/+4 |
2019-01-07 | Org reader: allow for case of :minlevel == 0. | John MacFarlane | 1 | -1/+3 |
2019-01-07 | Org reader: handle `minlevel` option differently. (#5190) | Brian Leung | 1 | -3/+1 |
2018-09-26 | Force inline code blocks to honor export options. | leungbk | 1 | -4/+1 |
2018-07-02 | Spellcheck comments | Alexander Krotov | 1 | -1/+1 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-03-16 | Monoid/Semiground cleanup relying on custom Prelude. | John MacFarlane | 1 | -1/+0 |
2018-01-19 | hlint code improvements. | John MacFarlane | 1 | -1/+1 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
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 | 1 | -34/+27 |
2017-10-08 | Org reader: end footnotes after two blank lines | Albert Krewinkel | 1 | -4/+5 |
2017-06-03 | Improve code style in lua and org modules | Albert Krewinkel | 1 | -1/+1 |
2017-06-03 | Org reader: apply hlint suggestions | Albert Krewinkel | 1 | -33/+30 |
2017-05-31 | Org reader: recognize babel result blocks with attributes | Albert Krewinkel | 1 | -20/+18 |
2017-05-31 | Org reader: fix module names in haddock comments | Albert Krewinkel | 1 | -1/+1 |
2017-05-27 | Org reader: subject full doc tree to headline transformations | Albert Krewinkel | 1 | -5/+5 |
2017-05-22 | Move indentWith to Text.Pandoc.Parsing (#3687) | Alexander Krotov | 1 | -9/+0 |
2017-05-17 | Merge pull request #3677 from labdsf/anylinenewline | John MacFarlane | 1 | -4/+0 |
2017-05-17 | Move anyLineNewline to Parsing.hs | Alexander Krotov | 1 | -4/+0 |
2017-05-16 | Org reader: replace `sequence . map` with `mapM` | Albert Krewinkel | 1 | -1/+1 |
2017-05-16 | Org reader: put tree parsing code into dedicated module | Albert Krewinkel | 1 | -210/+2 |
2017-05-14 | Org reader: add basic file inclusion mechanism | Albert Krewinkel | 1 | -4/+32 |
2017-05-12 | Replace `repeat' and `take' with `replicate' once more | Alexander Krotov | 1 | -1/+1 |
2017-05-03 | Org reader: support table.el tables | Albert Krewinkel | 1 | -8/+12 |
2017-04-30 | Add returnF to Text.Pandoc.Parsing | Alexander Krotov | 1 | -2/+2 |
2017-04-23 | Org reader: allow multi-word arguments to src block params | Albert Krewinkel | 1 | -2/+5 |
2017-04-23 | Org reader: stop adding rundoc prefix to src params | Albert Krewinkel | 1 | -22/+10 |
2017-04-23 | Org reader: handle line numbering switch for src blocks | Albert Krewinkel | 1 | -13/+57 |