summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/FB2.hs
Commit message (Expand)AuthorAge
* 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