summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Allow http-client 0.4.30, which is the version in stackage lts.John MacFarlane2016-10-13
* Revert "Remove http-client CPP conditionals."John MacFarlane2016-10-13
* Allow empty lines when parsing line blocksAlbert Krewinkel2016-10-13
* Parse line-oriented markup as LineBlockAlbert Krewinkel2016-10-13
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* Shared: add function combining lines using LineBreakAlbert Krewinkel2016-10-13
* Merge pull request #3159 from jkr/refsJohn MacFarlane2016-10-12
|\
| * Markdown writer: Allow footnotes/refs at the end of blocks, sectionsJesse Rosenthal2016-10-11
| * Add ReaderT monad for environment variables.Jesse Rosenthal2016-10-11
| * Options: Add references location.Jesse Rosenthal2016-10-11
* | Org reader: trim verse lines properlyAlbert Krewinkel2016-10-10
|/
* More checks for Ext_raw_html when rendering HTML in Markdown.John MacFarlane2016-10-10
* removed mmd raw_tex in src/Text/Pandoc/Options.hsKolenCheung2016-10-09
* Docx writer: Move one more env var to Reader monadJesse Rosenthal2016-10-05
* Docx writer: code legibility fixups.Jesse Rosenthal2016-10-05
* Docx writer: Clean up and streamline RTL behaviorJesse Rosenthal2016-10-04
* Docx writer: move a couple more vars to ReaderTJesse Rosenthal2016-10-04
* Clean up commented-out codeJesse Rosenthal2016-10-03
* Remove bool on setRTL.Jesse Rosenthal2016-10-03
* Filter text/para props correctly.Jesse Rosenthal2016-10-03
* Add a boolean flag to the setRTL function.Jesse Rosenthal2016-10-03
* Test for "dir" metadata.Jesse Rosenthal2016-10-03
* Add setRTL and setLTR functions.Jesse Rosenthal2016-10-03
* Move more enviroment vars to Reader Monad.Jesse Rosenthal2016-10-03
* Add ReaderT env to the docx writer:Jesse Rosenthal2016-10-03
* MediaWiki writer: transform filename with underscores in images.John MacFarlane2016-10-02
* EPUB writer: use stringify instead of plain writer for metadata.John MacFarlane2016-10-02
* AsciiDoc writer: avoid unnecessary use of "unconstrained" emphasis.John MacFarlane2016-10-02
* Moved template compiling/rendering code to a separate library.John MacFarlane2016-10-02
* Markdown reader: added bracket syntax for native spans.John MacFarlane2016-09-28
* Merge pull request #3093 from wilx/master-figure-placementJohn MacFarlane2016-09-28
|\
| * LaTeX: Do not set [htbp] figure placement options.Vaclav Zeman2016-08-29
* | LaTeX writer: change braced backtick to \textasciigrave{}Jesse Rosenthal2016-09-20
* | LaTeX writer: enclose backtick in `{}` in verbatimJesse Rosenthal2016-09-19
* | DocBook writer: include an anchor element when a div or span has an id.John MacFarlane2016-09-06
* | Remove http-client CPP conditionals.Jesse Rosenthal2016-09-03
* | Remove blaze-html CPP conditional.Jesse Rosenthal2016-09-03
* | Add EOL note to time compat module.Jesse Rosenthal2016-09-03
* | Remove TagSoup compatJesse Rosenthal2016-09-02
* | Remove unnecessary CPP condition in UTF8Jesse Rosenthal2016-09-02
* | Actually remove T/P/Compat/Except.Jesse Rosenthal2016-09-02
* | Remove directory compatJesse Rosenthal2016-09-02
* | Remove Text.Pandoc.Compat.ExceptJesse Rosenthal2016-09-02
* | Fix grouping of imports.Jesse Rosenthal2016-09-02
* | Remove an inline monad compatibility macro.Jesse Rosenthal2016-09-02
* | Remove Compat.MonoidJesse Rosenthal2016-09-02
* | PDF: Don't crash with nonexistent image.John MacFarlane2016-09-02
* | Merge pull request #3091 from wilx/master-narrow-no-break-spaceJohn MacFarlane2016-09-02
|\ \
| * | Translate NARROW NO-BREAK SPACE into LaTeX.Vaclav Zeman2016-08-27
| |/
* | Org reader: respect unnumbered header propertyAlbert Krewinkel2016-08-30