aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-19Remove GetPOSIXTime from Free monad.freeJesse Rosenthal
2016-11-19Free: Remove readFileUTF8.Jesse Rosenthal
2016-11-19Remove readFileStrict.Jesse Rosenthal
2016-11-19Remove IO UUID functions.Jesse Rosenthal
2016-11-19Write Pure uuid function taking stdgen.Jesse Rosenthal
2016-11-19ODT Writer: fix compiler complaint.Jesse Rosenthal
2016-11-19Free: Add Typeable instance to PandocActionErrorJesse Rosenthal
2016-11-19Finish pure writer of FB2.Jesse Rosenthal
2016-11-19FB2 writer: Rewrite image-fetching to use fetchItem.Jesse Rosenthal
2016-11-19Continue refactoring FB2 writer.Jesse Rosenthal
2016-11-19FB2 writer: bring functions to toplevel.Jesse Rosenthal
2016-11-19Make pure rtf writer using free.Jesse Rosenthal
2016-11-19Fix up compiler warnings.Jesse Rosenthal
2016-11-19Implement runTest functions.Jesse Rosenthal
2016-11-19Remove IORef from EPUB writer.Jesse Rosenthal
2016-11-19Remove IORef from ODT writer.Jesse Rosenthal
2016-11-19Introduce pure versions of IO Writers.Jesse Rosenthal
2016-11-19New Free module, with pure versions of IO funcsJesse Rosenthal
2016-11-19Fixed xref lookup in DocBook reader. Closes #3243.John MacFarlane
2016-11-19Org reader: Ensure images in paragraphs are not parsed as figuresAlbert Krewinkel
2016-11-18Export Text.Pandoc.getDefaultExtensions.John MacFarlane
2016-11-18Docx writer: fixed XML markup for empty cells.John MacFarlane
2016-11-18windows/stack.yaml - use latest pandoc-citeproc from git.John MacFarlane
2016-11-18Added weigh-pandoc for memory usage diagnostics.John MacFarlane
2016-11-18Markdown writer: Use bracketed form for native spans...John MacFarlane
2016-11-18In --version, trap error in getAppUserDataDirectory.John MacFarlane
2016-11-16Add comment acknowledging source of .travis.yml.John MacFarlane
2016-11-16remove make_travis_yml.hs (#3235)ickc
2016-11-16Small caps in Bracketed Spans (#3191)ickc
2016-11-15Adjust widths in Markdown grid tables so that they match on round-trip.John MacFarlane
2016-11-15Allow alignments to be specified in Markdown grid tables.John MacFarlane
2016-11-15Markdown writer: fixed inconsistent spacing issue.John MacFarlane
2016-11-15changelog: Moved an item that was misplaced...John MacFarlane
2016-11-13HTML reader: only treat "a" element as link if it has href.John MacFarlane
2016-11-12Use correct mime types for woff and woff2.John MacFarlane
2016-11-12Markdown writer: Fix escaping of spaces in super/subscript.John MacFarlane
2016-11-10Docx reader: add a placeholder value for CHART.Jesse Rosenthal
2016-11-10Docx reader: Be more specific in parsing imagesJesse Rosenthal
2016-11-09Org reader: allow HTML attribs on non-figure imagesAlbert Krewinkel
2016-11-08Inline code when text has a special styleHubert Plociniczak
2016-11-05Markdown reader: Allow reference link labels starting with @...John MacFarlane
2016-11-05Allow `file://` URIs as arguments.John MacFarlane
2016-11-03Improved error if they give wrong arg to --top-level-division.John MacFarlane
2016-11-02Docx Reader: abstract out function to avoid code repetition.Jesse Rosenthal
2016-11-02Docx reader/writer: Update tests for img title and altJesse Rosenthal
2016-11-02Docx writer: Handle title text in images.Jesse Rosenthal
2016-11-02Docx reader: Handle Alt text and titles in images.Jesse Rosenthal
2016-11-02Docx reader utils: handle empty namespace in elemNameJesse Rosenthal
2016-11-02HTML reader: treat `<math>` as MathML by default...John MacFarlane
2016-11-02LaTeX reader: Handle BVerbatim from fancyvrb. Fixes #3203.John MacFarlane