summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* Handle language in inline code with --listings.John MacFarlane2017-02-05
* Removed redundant import.John MacFarlane2017-02-05
* Changed writerEpubMetadata to a Maybe String.John MacFarlane2017-02-04
* Improved escaping in RST writer with smart option.John MacFarlane2017-02-04
* Org writer: reduce to two spaces after bulletsAlbert Krewinkel2017-02-04
* Markdown writer: Better escaping when +smart.John MacFarlane2017-02-04
* Implemented +/-smart in rst writer.John MacFarlane2017-02-04
* HTML and DocBook writers: fix internal links with writerIdentifierPrefix opt ...Mauro Bieg2017-02-03
* Org.hs: remove misleading commentAlexander Krotov2017-02-02
* Reduce state in Org writer (#3404)Alexander Krotov2017-02-01
* `--mathml` and MathML in HTMLMathMethod longer take an argument.John MacFarlane2017-01-30
* LaTeX writer: export writeBeamer.John MacFarlane2017-01-28
* HTML: export separate functions for slide formats.John MacFarlane2017-01-27
* HTML writer: export writeHtmlStringForEPUB.John MacFarlane2017-01-27
* Split writeDocbook into writeDocbook4, writeDocbook5.John MacFarlane2017-01-26
* EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.John MacFarlane2017-01-26
* Provide explicit separate functions for HTML 4 and 5.John MacFarlane2017-01-25
* Cleanups for rebase.John MacFarlane2017-01-25
* Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane2017-01-25
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Fixed shadowing warnings.John MacFarlane2017-01-25
* Removed writerIgnoreNotes.John MacFarlane2017-01-25
* Removed writerTeXLigatures.John MacFarlane2017-01-25
* Make the `smart` extension affect the Markdown writer.John MacFarlane2017-01-25
* Fixed something small that broke in rebase.John MacFarlane2017-01-25
* Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane2017-01-25
* Removed `--normalize` option and normalization functions from Shared.John MacFarlane2017-01-25
* Class: Removed getDefaultReferenceDocx/ODT from PandocMonad.John MacFarlane2017-01-25
* Class: removed 'fail' from PandocMonad.John MacFarlane2017-01-25
* Simplified reference-docx/reference-odt to reference-doc.John MacFarlane2017-01-25
* Remove now-unnecessary lifts in Markdown writer.John MacFarlane2017-01-25
* Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane2017-01-25
* Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane2017-01-25
* Make sure texMathToInlines issues warning.John MacFarlane2017-01-25
* Refactored math conversion in writers.John MacFarlane2017-01-25
* Fix rebasing errors.Jesse Rosenthal2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Deleted whitespace at end of source lines.John MacFarlane2017-01-25
* Fixed regression in OPML writer.John MacFarlane2017-01-25
* Texinfo writer: restore former behavior for headers level > 4.John MacFarlane2017-01-25
* Fixes to compile after rebase.John MacFarlane2017-01-25
* Implement Errors in PandocMonadJesse Rosenthal2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Convert writers to use PandocMonad typeclass.Jesse Rosenthal2017-01-25
* Free: Remove readFileUTF8.Jesse Rosenthal2017-01-25
* Remove readFileStrict.Jesse Rosenthal2017-01-25
* Remove IO UUID functions.Jesse Rosenthal2017-01-25
* ODT Writer: fix compiler complaint.Jesse Rosenthal2017-01-25
* Finish pure writer of FB2.Jesse Rosenthal2017-01-25
* FB2 writer: Rewrite image-fetching to use fetchItem.Jesse Rosenthal2017-01-25