aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2017-01-27HTML writer: export writeHtmlStringForEPUB.John MacFarlane2-26/+42
2017-01-26Split writeDocbook into writeDocbook4, writeDocbook5.John MacFarlane1-22/+40
2017-01-26EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.John MacFarlane1-7/+24
2017-01-25Provide explicit separate functions for HTML 4 and 5.John MacFarlane5-56/+88
2017-01-25Cleanups for rebase.John MacFarlane1-2/+2
2017-01-25Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane3-35/+32
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane23-53/+3
2017-01-25Fixed shadowing warnings.John MacFarlane1-3/+3
2017-01-25Removed writerIgnoreNotes.John MacFarlane3-15/+9
2017-01-25Removed writerTeXLigatures.John MacFarlane2-4/+4
2017-01-25Make the `smart` extension affect the Markdown writer.John MacFarlane1-6/+29
2017-01-25Fixed something small that broke in rebase.John MacFarlane1-1/+1
2017-01-25Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane6-36/+46
2017-01-25Removed `--normalize` option and normalization functions from Shared.John MacFarlane2-6/+13
2017-01-25Class: Removed getDefaultReferenceDocx/ODT from PandocMonad.John MacFarlane2-3/+5
2017-01-25Class: removed 'fail' from PandocMonad.John MacFarlane1-1/+1
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