Age | Commit message (Expand) | Author | Files | Lines |
2016-10-18 | Try to fix build error on ghc 7.8. | John MacFarlane | 1 | -1/+1 |
2016-10-18 | Issue 3143: Don't duplicate text for anchors | Hubert Plociniczak | 1 | -3/+2 |
2016-10-17 | Org writer: drop space before footnote markers | Albert Krewinkel | 1 | -1/+1 |
2016-10-17 | Use bind function instead of pattern matching | Hubert Plociniczak | 1 | -4/+1 |
2016-10-17 | Minor refactoring | Hubert Plociniczak | 1 | -10/+6 |
2016-10-17 | Infer caption from the text following the img | Hubert Plociniczak | 1 | -20/+47 |
2016-10-17 | RST reader: skip whitespace before note. | Jesse Rosenthal | 1 | -2/+3 |
2016-10-14 | Org reader: allow figure with empty caption | Albert Krewinkel | 1 | -3/+1 |
2016-10-14 | Merge pull request #3146 from hubertp-lshift/feature/odt-list-start-value | John MacFarlane | 2 | -13/+21 |
2016-10-14 | Added tests and a corner case for starting number | Hubert Plociniczak | 1 | -0/+1 |
2016-10-13 | Markdown writer: Abstract out note/ref function. | Jesse Rosenthal | 1 | -28/+22 |
2016-10-13 | Allow http-client 0.4.30, which is the version in stackage lts. | John MacFarlane | 1 | -16/+0 |
2016-10-13 | Revert "Remove http-client CPP conditionals." | John MacFarlane | 1 | -1/+10 |
2016-10-13 | Allow empty lines when parsing line blocks | Albert Krewinkel | 1 | -2/+5 |
2016-10-13 | Parse line-oriented markup as LineBlock | Albert Krewinkel | 4 | -9/+9 |
2016-10-13 | Add support for the LineBlock element to writers | Albert Krewinkel | 24 | -28/+102 |
2016-10-13 | Shared: add function combining lines using LineBreak | Albert Krewinkel | 1 | -0/+11 |
2016-10-12 | [ODT Parser] Include list's starting value | Hubert Plociniczak | 2 | -13/+20 |
2016-10-12 | Basic support for images in ODT documents | Hubert Plociniczak | 4 | -38/+131 |
2016-10-12 | Merge pull request #3159 from jkr/refs | John MacFarlane | 2 | -85/+151 |
2016-10-11 | Markdown writer: Allow footnotes/refs at the end of blocks, sections | Jesse Rosenthal | 1 | -21/+64 |
2016-10-11 | Add ReaderT monad for environment variables. | Jesse Rosenthal | 1 | -64/+78 |
2016-10-11 | Options: Add references location. | Jesse Rosenthal | 1 | -0/+9 |
2016-10-10 | Org reader: trim verse lines properly | Albert Krewinkel | 1 | -2/+4 |
2016-10-10 | More checks for Ext_raw_html when rendering HTML in Markdown. | John MacFarlane | 1 | -5/+9 |
2016-10-09 | removed mmd raw_tex in src/Text/Pandoc/Options.hs | KolenCheung | 1 | -1/+3 |
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-10-02 | MediaWiki writer: transform filename with underscores in images. | John MacFarlane | 1 | -1/+1 |
2016-10-02 | EPUB writer: use stringify instead of plain writer for metadata. | John MacFarlane | 1 | -6/+4 |
2016-10-02 | AsciiDoc writer: avoid unnecessary use of "unconstrained" emphasis. | John MacFarlane | 1 | -7/+17 |
2016-10-02 | Moved template compiling/rendering code to a separate library. | John MacFarlane | 1 | -259/+8 |
2016-09-28 | Markdown reader: added bracket syntax for native spans. | John MacFarlane | 2 | -0/+10 |
2016-09-28 | Merge pull request #3093 from wilx/master-figure-placement | John MacFarlane | 1 | -1/+1 |
2016-09-20 | LaTeX writer: change braced backtick to \textasciigrave{} | Jesse Rosenthal | 1 | -1/+1 |
2016-09-19 | LaTeX writer: enclose backtick in `{}` in verbatim | Jesse Rosenthal | 1 | -0/+1 |
2016-09-13 | TEI writer: remove heuristic to detect book template | Albert Krewinkel | 1 | -9/+5 |
2016-09-06 | Add --parts command line option to LaTeX writer. | Oliver Matthews | 2 | -10/+19 |
2016-09-06 | DocBook writer: include an anchor element when a div or span has an id. | John MacFarlane | 1 | -2/+9 |
2016-09-03 | Remove http-client CPP conditionals. | Jesse Rosenthal | 1 | -10/+1 |