aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-13Allow http-client 0.4.30, which is the version in stackage lts.John MacFarlane1-16/+0
2016-10-13Revert "Remove http-client CPP conditionals."John MacFarlane1-1/+10
2016-10-13Allow empty lines when parsing line blocksAlbert Krewinkel1-2/+5
2016-10-13Parse line-oriented markup as LineBlockAlbert Krewinkel4-9/+9
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel24-28/+102
2016-10-13Shared: add function combining lines using LineBreakAlbert Krewinkel1-0/+11
2016-10-12Merge pull request #3159 from jkr/refsJohn MacFarlane2-85/+151
2016-10-11Markdown writer: Allow footnotes/refs at the end of blocks, sectionsJesse Rosenthal1-21/+64
2016-10-11Add ReaderT monad for environment variables.Jesse Rosenthal1-64/+78
2016-10-11Options: Add references location.Jesse Rosenthal1-0/+9
2016-10-10Org reader: trim verse lines properlyAlbert Krewinkel1-2/+4
2016-10-10More checks for Ext_raw_html when rendering HTML in Markdown.John MacFarlane1-5/+9
2016-10-09removed mmd raw_tex in src/Text/Pandoc/Options.hsKolenCheung1-1/+3
2016-10-05Docx writer: Move one more env var to Reader monadJesse Rosenthal1-6/+5
2016-10-05Docx writer: code legibility fixups.Jesse Rosenthal1-5/+6
2016-10-04Docx writer: Clean up and streamline RTL behaviorJesse Rosenthal1-71/+77
2016-10-04Docx writer: move a couple more vars to ReaderTJesse Rosenthal1-21/+29
2016-10-03Clean up commented-out codeJesse Rosenthal1-12/+0
2016-10-03Remove bool on setRTL.Jesse Rosenthal1-17/+13
2016-10-03Filter text/para props correctly.Jesse Rosenthal1-2/+2
2016-10-03Add a boolean flag to the setRTL function.Jesse Rosenthal1-5/+5
2016-10-03Test for "dir" metadata.Jesse Rosenthal1-2/+7
2016-10-03Add setRTL and setLTR functions.Jesse Rosenthal1-8/+41
2016-10-03Move more enviroment vars to Reader Monad.Jesse Rosenthal1-62/+52
2016-10-03Add ReaderT env to the docx writer:Jesse Rosenthal1-8/+17
2016-10-02MediaWiki writer: transform filename with underscores in images.John MacFarlane1-1/+1
2016-10-02EPUB writer: use stringify instead of plain writer for metadata.John MacFarlane1-6/+4
2016-10-02AsciiDoc writer: avoid unnecessary use of "unconstrained" emphasis.John MacFarlane1-7/+17
2016-10-02Moved template compiling/rendering code to a separate library.John MacFarlane1-259/+8
2016-09-28Markdown reader: added bracket syntax for native spans.John MacFarlane2-0/+10
2016-09-28Merge pull request #3093 from wilx/master-figure-placementJohn MacFarlane1-1/+1
2016-09-20LaTeX writer: change braced backtick to \textasciigrave{}Jesse Rosenthal1-1/+1
2016-09-19LaTeX writer: enclose backtick in `{}` in verbatimJesse Rosenthal1-0/+1
2016-09-06DocBook writer: include an anchor element when a div or span has an id.John MacFarlane1-2/+9
2016-09-03Remove http-client CPP conditionals.Jesse Rosenthal1-10/+1
2016-09-03Remove blaze-html CPP conditional.Jesse Rosenthal1-5/+1
2016-09-03Add EOL note to time compat module.Jesse Rosenthal1-0/+12
2016-09-02Remove TagSoup compatJesse Rosenthal5-25/+10
2016-09-02Remove unnecessary CPP condition in UTF8Jesse Rosenthal1-7/+2
2016-09-02Actually remove T/P/Compat/Except.Jesse Rosenthal1-37/+0
2016-09-02Remove directory compatJesse Rosenthal2-22/+1
2016-09-02Remove Text.Pandoc.Compat.ExceptJesse Rosenthal7-15/+6
2016-09-02Fix grouping of imports.Jesse Rosenthal7-7/+8
2016-09-02Remove an inline monad compatibility macro.Jesse Rosenthal1-12/+0
2016-09-02Remove Compat.MonoidJesse Rosenthal22-38/+21
2016-09-02PDF: Don't crash with nonexistent image.John MacFarlane1-1/+2
2016-09-02Merge pull request #3091 from wilx/master-narrow-no-break-spaceJohn MacFarlane1-0/+1
2016-08-30Org reader: respect unnumbered header propertyAlbert Krewinkel1-2/+10
2016-08-29Docx reader: make all compilers happy with traversable.Jesse Rosenthal1-1/+3
2016-08-29Docx reader: Import traverse for ghc 7.8Jesse Rosenthal1-0/+1