aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2017-01-25Simplified reference-docx/reference-odt to reference-doc.John MacFarlane2-2/+2
2017-01-25Remove now-unnecessary lifts in Markdown writer.John MacFarlane1-9/+6
2017-01-25Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane6-15/+15
2017-01-25Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane6-24/+28
2017-01-25Make sure texMathToInlines issues warning.John MacFarlane1-1/+3
2017-01-25Refactored math conversion in writers.John MacFarlane10-368/+488
2017-01-25Fix rebasing errors.Jesse Rosenthal2-2/+2
2017-01-25Unify Errors.Jesse Rosenthal8-8/+16
2017-01-25Deleted whitespace at end of source lines.John MacFarlane3-4/+4
2017-01-25Fixed regression in OPML writer.John MacFarlane1-1/+1
2017-01-25Texinfo writer: restore former behavior for headers level > 4.John MacFarlane1-19/+21
2017-01-25Fixes to compile after rebase.John MacFarlane2-3/+4
2017-01-25Implement Errors in PandocMonadJesse Rosenthal8-127/+168
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal22-186/+222
2017-01-25Convert writers to use PandocMonad typeclass.Jesse Rosenthal6-142/+122
2017-01-25Free: Remove readFileUTF8.Jesse Rosenthal1-1/+1
2017-01-25Remove readFileStrict.Jesse Rosenthal1-1/+1
2017-01-25Remove IO UUID functions.Jesse Rosenthal1-1/+2
2017-01-25ODT Writer: fix compiler complaint.Jesse Rosenthal1-1/+0
2017-01-25Finish pure writer of FB2.Jesse Rosenthal1-10/+17
2017-01-25FB2 writer: Rewrite image-fetching to use fetchItem.Jesse Rosenthal1-43/+11
2017-01-25Continue refactoring FB2 writer.Jesse Rosenthal1-8/+14
2017-01-25FB2 writer: bring functions to toplevel.Jesse Rosenthal1-47/+53
2017-01-25Make pure rtf writer using free.Jesse Rosenthal1-4/+13
2017-01-25Implement runTest functions.Jesse Rosenthal4-25/+16
2017-01-25Remove IORef from EPUB writer.Jesse Rosenthal1-51/+62
2017-01-25Remove IORef from ODT writer.Jesse Rosenthal1-24/+38
2017-01-25Introduce pure versions of IO Writers.Jesse Rosenthal4-90/+124
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak22-11/+48
2017-01-25Added page breaks into Pandoc.Hubert Plociniczak1-3/+25
2017-01-24OpenDocument writer: small refactoring.John MacFarlane1-8/+11
2017-01-23OpenDocument writer: don't profilerate text styles unnecessarily.John MacFarlane1-25/+62
2016-12-30DocBook5 writer: make id attribute xml:id, fixes #3329 (#3330)Mauro Bieg1-1/+4
2016-12-24HTML writer: don't process pars with empty RawInline, fixes #1040 (#3327)Mauro Bieg1-3/+8
2016-12-23Updates to use skylighting rather than highlighting-kate.John MacFarlane2-5/+5
2016-12-21Org writer: prefix footnote numbers with `fn:`Albert Krewinkel1-2/+2
2016-12-16LaTeX writer: allow tables with empty cells to count as "plain."John MacFarlane1-0/+1
2016-12-11Fix display math with --webtex in markdown output.John MacFarlane1-9/+13
2016-12-05Man writer: Ensure that periods are escaped at beginning of line.John MacFarlane1-4/+2
2016-12-04LaTeX writer: Fix unnumbered headers when used with `--top-level`Albert Krewinkel1-1/+1
2016-12-04Markdown writer: Fixed incorrect word wrapping.John MacFarlane1-1/+1
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane26-110/+99
2016-11-27Updated renderHtml import in HTML writer to avoid deprecated function.John MacFarlane1-2/+1
2016-11-27Refactor top-level division selection (#3261)Albert Krewinkel4-29/+33
2016-11-26Revert "Open Document writer: set first level of blockquotes to not use inden...John MacFarlane1-2/+3
2016-11-26Open Document writer: set first level of blockquotes to not use indent (#2757)Jeff Sheets1-3/+2
2016-11-26[Tex] Remove invalid inlines in sections (#3218)hubertp-lshift1-4/+6
2016-11-26[odt] Infer table's caption from the paragraph (#3224)hubertp-lshift1-1/+1
2016-11-26Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel4-11/+17
2016-11-24LaTeX writer: use `\autocites*` when "suppress-author" citation used.John MacFarlane1-2/+3