Age | Commit message (Expand) | Author | Files | Lines |
2017-01-25 | Class: rename addWarning[WithPos] to warning[WithPos]. | John MacFarlane | 1 | -1/+1 |
2017-01-25 | Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer. | John MacFarlane | 1 | -1/+1 |
2017-01-25 | Refactored math conversion in writers. | John MacFarlane | 1 | -12/+6 |
2017-01-25 | Fixes to compile after rebase. | John MacFarlane | 1 | -1/+2 |
2017-01-25 | Convert writers to use PandocMonad typeclass. | Jesse Rosenthal | 1 | -44/+38 |
2017-01-25 | Remove readFileStrict. | Jesse Rosenthal | 1 | -1/+1 |
2017-01-25 | Implement runTest functions. | Jesse Rosenthal | 1 | -11/+8 |
2017-01-25 | Introduce pure versions of IO Writers. | Jesse Rosenthal | 1 | -27/+39 |
2017-01-25 | Adds support for pagebreaks (when it makes sense) | Hubert Plociniczak | 1 | -1/+8 |
2016-12-23 | Updates to use skylighting rather than highlighting-kate. | John MacFarlane | 1 | -3/+3 |
2016-11-22 | Docx writer: Give full detail when there are errors converting tex math. | John MacFarlane | 1 | -1/+2 |
2016-11-22 | Put 'warn' in MonadIO. Add warnings for math conversions in docx. | John MacFarlane | 1 | -2/+4 |
2016-11-18 | Docx writer: fixed XML markup for empty cells. | John MacFarlane | 1 | -1/+1 |
2016-11-02 | Docx writer: Handle title text in images. | Jesse Rosenthal | 1 | -2/+2 |
2016-10-13 | Add support for the LineBlock element to writers | Albert Krewinkel | 1 | -6/+5 |
2016-10-05 | Docx writer: Move one more env var to Reader monad | Jesse Rosenthal | 1 | -6/+5 |
2016-10-05 | Docx writer: code legibility fixups. | Jesse Rosenthal | 1 | -5/+6 |
2016-10-04 | Docx writer: Clean up and streamline RTL behavior | Jesse Rosenthal | 1 | -71/+77 |
2016-10-04 | Docx writer: move a couple more vars to ReaderT | Jesse Rosenthal | 1 | -21/+29 |
2016-10-03 | Clean up commented-out code | Jesse Rosenthal | 1 | -12/+0 |
2016-10-03 | Remove bool on setRTL. | Jesse Rosenthal | 1 | -17/+13 |
2016-10-03 | Filter text/para props correctly. | Jesse Rosenthal | 1 | -2/+2 |
2016-10-03 | Add a boolean flag to the setRTL function. | Jesse Rosenthal | 1 | -5/+5 |
2016-10-03 | Test for "dir" metadata. | Jesse Rosenthal | 1 | -2/+7 |
2016-10-03 | Add setRTL and setLTR functions. | Jesse Rosenthal | 1 | -8/+41 |
2016-10-03 | Move more enviroment vars to Reader Monad. | Jesse Rosenthal | 1 | -62/+52 |
2016-10-03 | Add ReaderT env to the docx writer: | Jesse Rosenthal | 1 | -8/+17 |
2016-09-02 | Remove Compat.Monoid | Jesse Rosenthal | 1 | -1/+1 |
2016-08-15 | Docx Writer: change dynamic style key | Jesse Rosenthal | 1 | -1/+1 |
2016-08-15 | Docx writer: Inject text properties as well. | Jesse Rosenthal | 1 | -3/+20 |
2016-08-15 | Docx Writer: Keep track of dynamic text props too. | Jesse Rosenthal | 1 | -0/+3 |
2016-08-15 | Docx writer: Allow dynamic styles on spans. | Jesse Rosenthal | 1 | -1/+5 |
2016-08-15 | Docx writer: Inject new paragraph properties | Jesse Rosenthal | 1 | -4/+23 |
2016-08-15 | Docx Writer: Have state keep track of dynamic styles. | Jesse Rosenthal | 1 | -2/+6 |
2016-08-13 | Docx Writer: Implement user-defined styles. | Jesse Rosenthal | 1 | -0/+6 |
2016-07-14 | Fixed compiler warnings. | John MacFarlane | 1 | -1/+0 |
2016-07-14 | Docx Writer: Use actual creation time as doc prop | Jesse Rosenthal | 1 | -4/+3 |
2016-07-01 | Docx writer: set paragraph to FirstPara after display math | Jesse Rosenthal | 1 | -0/+1 |
2016-03-10 | Docx Writer: handle image alt text | mb21 | 1 | -2/+2 |
2016-01-22 | Changed type of Shared.uniqueIdent argument from [String] to Set String. | John MacFarlane | 1 | -3/+4 |
2015-12-12 | Restore no wrapping of XML in Docx, ODT. | John MacFarlane | 1 | -1/+1 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -1/+2 |
2015-12-01 | Docx writer: better handling of PDF images. | John MacFarlane | 1 | -8/+2 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 1 | -13/+11 |
2015-11-15 | Docx writer: insert space between footnote ref and footnote. | John MacFarlane | 1 | -2/+2 |
2015-11-09 | Restored Text.Pandoc.Compat.Monoid. | John MacFarlane | 1 | -0/+1 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-10-14 | More changes to avoid compiler warnings on ghc 7.10. | John MacFarlane | 1 | -2/+1 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -2/+1 |