Age | Commit message (Expand) | Author | Files | Lines |
2021-05-12 | Plain writer: handle superscript unicode minus. | John MacFarlane | 1 | -0/+1 |
2021-04-17 | Remove Text.Pandoc.BCP47 module. | John MacFarlane | 1 | -1/+1 |
2021-04-17 | Move getLang from BCP47 -> T.P.Writers.Shared. | John MacFarlane | 1 | -0/+14 |
2021-03-19 | Protect partial uses of maximum with NonEmpty. | John MacFarlane | 1 | -3/+3 |
2021-01-08 | Update copyright notices for 2021 (#7012) | Albert Krewinkel | 1 | -1/+1 |
2020-12-15 | Properly handle boolean values in writing YAML metadata. | John MacFarlane | 1 | -2/+1 |
2020-07-29 | Writers/Shared: add missing function docs | Albert Krewinkel | 1 | -7/+21 |
2020-04-15 | Modify toLegacyTable to cut up cells, add tests | despresc | 1 | -8/+43 |
2020-04-15 | Adapt to the newest Table type, fix some previous adaptation issues | despresc | 1 | -1/+31 |
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 | -2/+2 |
2019-12-07 | Fix --toc-depth regression in 2.8. | John MacFarlane | 1 | -3/+3 |
2019-11-15 | RST writer: Improve spacing for tables with no width information. | John MacFarlane | 1 | -5/+19 |
2019-11-14 | Writers.Shared: Clean up code for adding metadata to variables. | John MacFarlane | 1 | -10/+9 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 1 | -52/+45 |
2019-10-29 | T.P.W.Shared: Changed gridTables so it does better at... | John MacFarlane | 1 | -16/+20 |
2019-10-29 | Changes to build with new doctemplates/doclayout. | John MacFarlane | 1 | -9/+11 |
2019-10-10 | Make some writers sensitive to 'unlisted' class on headings. | John MacFarlane | 1 | -3/+4 |
2019-10-09 | Options.WriterOptions: Change type of writerVariables to Context Text. | John MacFarlane | 1 | -5/+9 |
2019-09-08 | Replace Element and makeHierarchical with makeSections. | John MacFarlane | 1 | -9/+18 |
2019-08-25 | Use new doctemplates, doclayout. | John MacFarlane | 1 | -117/+92 |
2019-07-02 | Fix redundant constraint warnings. (#5625) | Pete Ryland | 1 | -3/+3 |
2019-05-04 | Improve c4a81fb941adf6c3bf524916c46623685d276f32. | John MacFarlane | 1 | -1/+1 |
2019-05-03 | metaToJSON: treat digits starting with 0 as a string... | John MacFarlane | 1 | -0/+3 |
2019-03-28 | Shared - improve metaToJSON with numbers. | John MacFarlane | 1 | -5/+8 |
2019-03-28 | Use strict instead of lazy sum. | John MacFarlane | 1 | -2/+2 |
2019-03-27 | Writers.Shared.metaValueToJSON: use Number Values for integers. | John MacFarlane | 1 | -4/+9 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -18/+0 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 |
2019-01-04 | T.P.Writers.Shared - add toTableOfContents (API change). | John MacFarlane | 1 | -1/+23 |
2018-10-17 | Move common groff functions to Text.Pandoc.Writers.Groff | John MacFarlane | 1 | -10/+1 |
2018-10-07 | Revert export of hasSimpleCells from T.P.Writers.Shared. | John MacFarlane | 1 | -18/+0 |
2018-10-06 | RST writer: use simple tables when possible. | John MacFarlane | 1 | -0/+18 |
2018-10-05 | CommonMark writer: add plain text fallbacks. (#4531) | quasicomputational | 1 | -1/+30 |
2018-10-04 | Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907) | Mauro Bieg | 1 | -15/+47 |
2018-10-03 | Text.Pandoc.Writers.Shared: added `metaValueToString`. | John MacFarlane | 1 | -0/+9 |
2018-10-02 | Removed Text.Pandoc.Groff. | John MacFarlane | 1 | -0/+11 |
2018-08-17 | Docx writer: properly handle display math in spans. | John MacFarlane | 1 | -2/+4 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-03-17 | hlint fixes. | John MacFarlane | 1 | -1/+1 |
2018-03-17 | Don't wrap lines in grid tables when `--wrap=none` (#4320) | Francesco Occhipinti | 1 | -12/+30 |
2018-03-17 | RST writer: strip whitespace within inlines, closes #4327 (#4329) | Francesco Occhipinti | 1 | -0/+1 |
2018-01-12 | Move `metaValueToInlines` to T.P.W.Shared | Jesse Rosenthal | 1 | -0/+9 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2017-12-02 | Docx writer: allow empty paragraphs. | John MacFarlane | 1 | -2/+8 |
2017-10-29 | hlint suggestions. | John MacFarlane | 1 | -5/+5 |
2017-08-13 | Added some Functor constraints needed for ghc 7.8. | John MacFarlane | 1 | -2/+2 |
2017-08-12 | Escape MetaString values (as added with --metadata flag). | John MacFarlane | 1 | -6/+8 |
2017-08-08 | Writers.Shared.unsmartify: undo literal double curly quotes. | John MacFarlane | 1 | -0/+3 |