Age | Commit message (Expand) | Author | Files | Lines |
2021-01-08 | Update copyright notices for 2021 (#7012) | Albert Krewinkel | 1 | -1/+1 |
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 |
2019-12-19 | Org reader: fix parsing problem for colons in headline | Albert Krewinkel | 1 | -11/+26 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 1 | -21/+23 |
2019-05-13 | Org reader: fix planning elements in headers level 3 and higher | Albert Krewinkel | 1 | -1/+1 |
2019-05-05 | Org reader: recognize emphasis after TODO/DONE keyword | Albert Krewinkel | 1 | -1/+3 |
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 | -6/+50 |
2019-01-30 | Org reader: separate filtering logic from conversion function. | leungbk | 1 | -5/+7 |
2018-10-05 | Org reader: Add partial support for `#+EXCLUDE_TAGS` option. (#4950) | Brian Leung | 1 | -7/+7 |
2018-10-04 | Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907) | Mauro Bieg | 1 | -8/+1 |
2018-09-06 | Org reader: respect export option `p` for planning info | Albert Krewinkel | 1 | -1/+25 |
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-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-03-15 | Remove redundant import. | John MacFarlane | 1 | -1/+1 |
2018-03-13 | Require pandoc-types 1.17.4. | John MacFarlane | 1 | -1/+1 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2017-08-09 | Org reader: use tag-name attribute instead of data-tag-name. | John MacFarlane | 1 | -1/+1 |
2017-06-03 | Improve code style in lua and org modules | Albert Krewinkel | 1 | -3/+3 |
2017-06-03 | Org reader: apply hlint suggestions | Albert Krewinkel | 1 | -13/+12 |
2017-05-31 | Org reader: respect export option for tags | Albert Krewinkel | 1 | -1/+5 |
2017-05-31 | Org reader: include tags in headlines | Albert Krewinkel | 1 | -6/+16 |
2017-05-27 | Org reader: subject full doc tree to headline transformations | Albert Krewinkel | 1 | -1/+32 |
2017-05-16 | Org reader: replace `sequence . map` with `mapM` | Albert Krewinkel | 1 | -2/+2 |
2017-05-16 | Org reader: put tree parsing code into dedicated module | Albert Krewinkel | 1 | -0/+260 |