aboutsummaryrefslogtreecommitdiff
path: root/src
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-18Markdown writer: Use bracketed form for native spans...John MacFarlane
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-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-02Docx Reader: abstract out function to avoid code repetition.Jesse 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
2016-11-01Handle hungarumlaut in LaTeX reader. Closes #3201.John MacFarlane
2016-11-01[odt] Infer tables' header props from rows (#3199)hubertp-lshift
2016-10-31LaTeX reader: allow for []s inside LaTeX optional args.John MacFarlane
2016-10-30Org reader: support `ATTR_HTML` for special blocksAlbert Krewinkel
2016-10-30Org reader: support the `todo` export optionAlbert Krewinkel
2016-10-30Org reader: add support for todo-markersAlbert Krewinkel
2016-10-26Markdown Reader: add attributes for autolink (#3183)Daniele D'Orazio
2016-10-25reveal.js: don't change slide title to level 1 header.John MacFarlane
2016-10-24Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane