summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/FB2.hs
Commit message (Expand)AuthorAge
* hlint code improvements.John MacFarlane2018-01-19
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* FB2 writer: add cover image specified by "cover-image" metaAlexander Krotov2017-12-28
* hlintAlexander Krotov2017-11-01
* FB2 writer: Add "unrecognised" genre to <title-info>Alexander Krotov2017-11-01
* FB2 writer: remove <annotation> from <body>Alexander Krotov2017-11-01
* Merge pull request #4008 from labdsf/fb2-bulletsJohn MacFarlane2017-11-01
|\
| * FB2 writer: make bullet lists consistent with ordered listsAlexander Krotov2017-10-31
* | FB2 writer: write blocks outside of <p> in definitionsAlexander Krotov2017-10-31
|/
* hlint suggestions.John MacFarlane2017-10-29
* Write FB2 lists without nesting blocks inside <p> (#4004)Alexander2017-10-29
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* FB2 Writer: format LineBlock as poemAlexander Krotov2017-10-11
* FB2 writer: replace concatMap with cMapAlexander Krotov2017-10-09
* hlint FB2 writerAlexander Krotov2017-10-09
* Removed writerSourceURL, add source URL to common state.John MacFarlane2017-09-30
* Removed redundant import.John MacFarlane2017-06-20
* FB2 writer: don't fail with an error on interior headers (e.g. in list).John MacFarlane2017-06-20
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel2017-05-23
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Add haddock module description to FB2 writerAlbert Krewinkel2017-05-13
* FB2 writer: Add support for "lang" metadata (#3625)Alexander Krotov2017-05-02
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* FB2 writer: don't render RawBlock as code.John MacFarlane2017-02-17
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane2017-01-25
* Fix rebasing errors.Jesse Rosenthal2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Implement Errors in PandocMonadJesse Rosenthal2017-01-25
* Convert writers to use PandocMonad typeclass.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
* Continue refactoring FB2 writer.Jesse Rosenthal2017-01-25
* FB2 writer: bring functions to toplevel.Jesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* FB2 writer: support SoftBreak.John MacFarlane2015-12-12
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Updated readers, writers and README for link attributemb212015-08-07
* Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* FB2 writer: Add newline to output.John MacFarlane2014-12-15
* Add PatternGuards pragmas.Artyom Kazak2014-08-04
* Remove dangling `where` from one function.Artyom Kazak2014-08-04
* Use `stripPrefix` where appropriate.Artyom Kazak2014-08-04
* Correctly implement capitalisation.Artyom Kazak2014-08-03
* Use isHeaderBlock from Shared rather than defining it anew...John MacFarlane2014-01-02