summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* USe latest pandoc-citeproc in binary package stack.yaml.John MacFarlane2016-09-25
* Use p tags for subtitle, author, date in epub, revealjs, slidy templates.John MacFarlane2016-09-25
* HTML template: use p instead of h1 for subtitle, author, date.John MacFarlane2016-09-25
* Updated changelog.John MacFarlane2016-09-23
* Beamer template: added support for fontfamilies.John MacFarlane2016-09-23
* Added pandoc-citeproc back to extra-deps.John MacFarlane2016-09-23
* Use lts-7.0 in stack.yaml files.John MacFarlane2016-09-23
* Update changelog.John MacFarlane2016-09-23
* Bump to 1.17.3John MacFarlane2016-09-23
* LaTeX writer: change braced backtick to \textasciigrave{}Jesse Rosenthal2016-09-20
* Merge pull request #3071 from tarleb/structured-author-docJohn MacFarlane2016-09-20
|\
| * Put note on structured vars in separate paragraphAlbert Krewinkel2016-08-15
* | Add test for backtick in verbatim.Jesse Rosenthal2016-09-19
* | 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 unnecessary CPP in custom Prelude.Jesse Rosenthal2016-09-03
* | 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 GHC 7.6 from list of tested versionsAlbert Krewinkel2016-09-02
* | Add note about GHC version support to INSTALL.Jesse Rosenthal2016-09-02
* | Bump supported ghc version in CONTRIBUTING.md.Jesse Rosenthal2016-09-02
* | Bump base lower bound to 4.7Jesse Rosenthal2016-09-02
* | Remove 7.6 build from .travis.yamlJesse Rosenthal2016-09-02
* | Bump base lower bound to 4.6 (ghc 7.6)Jesse Rosenthal2016-09-02
* | Remove unnecessary CPP condition in UTF8Jesse Rosenthal2016-09-02
* | Actually remove T/P/Compat/Except.Jesse Rosenthal2016-09-02
* | Change constraint on mtl.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
* | | Docx reader: make all compilers happy with traversable.Jesse Rosenthal2016-08-29
* | | Docx reader: Import traverse for ghc 7.8Jesse Rosenthal2016-08-29
* | | Docx reader: clean up function with `traverse`Jesse Rosenthal2016-08-29
* | | Merge branch 'org-meta-handling'Albert Krewinkel2016-08-29
|\ \ \
| * | | Org reader: respect `creator` export optionAlbert Krewinkel2016-08-29
| * | | Org reader: respect `email` export optionAlbert Krewinkel2016-08-29
| * | | Org reader: respect `author` export optionAlbert Krewinkel2016-08-29
| * | | Put Org reader export option tests into test groupAlbert Krewinkel2016-08-29
| * | | Org reader: read HTML_head as header-includesAlbert Krewinkel2016-08-29
| * | | Org reader: set classoption meta from LaTeX_class_optionsAlbert Krewinkel2016-08-29
| * | | Org reader: set documentclass meta from LaTeX_classAlbert Krewinkel2016-08-29
| * | | Org reader: read LaTeX_header as header-includesAlbert Krewinkel2016-08-29