Age | Commit message (Expand) | Author | Files | Lines |
2021-05-09 | Org reader: Resolve org includes relative to ... | John MacFarlane | 1 | -2/+4 |
2021-05-09 | T.P.Parsing: improve include file functions. | John MacFarlane | 1 | -1/+2 |
2021-03-19 | Use NonEmpty instead of minimumDef. | John MacFarlane | 1 | -2/+2 |
2021-03-18 | Use minimumDef instead of minimum (partial function). | John MacFarlane | 1 | -2/+2 |
2021-02-13 | Org: support task_lists extension | Albert Krewinkel | 1 | -2/+39 |
2021-01-08 | Update copyright notices for 2021 (#7012) | Albert Krewinkel | 1 | -1/+1 |
2021-01-01 | Org reader: restructure output of captioned code blocks | Albert Krewinkel | 1 | -14/+12 |
2020-11-18 | Replace org #+KEYWORDS with #+keywords | TEC | 1 | -11/+11 |
2020-10-14 | Fix typos in comments, doc strings, error messages, and tests | Albert Krewinkel | 1 | -1/+1 |
2020-09-25 | Org reader: fix HLint warnings | Albert Krewinkel | 1 | -2/+2 |
2020-09-13 | Fix hlint suggestions, update hlint.yaml (#6680) | Christian Despres | 1 | -12/+11 |
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 |