summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/FB2.hs
Commit message (Expand)AuthorAge
* 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
* Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Added Attr field to Header.John MacFarlane2013-01-09
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* FB2: support images embedded as data URIs + tests.Sergey Astanin2012-07-22
* Added a new FictionBook2 (FB2) writer.Sergey Astanin2012-07-22