aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/FB2.hs
AgeCommit message (Expand)AuthorFilesLines
2014-12-15FB2 writer: Add newline to output.John MacFarlane1-1/+1
2014-08-04Add PatternGuards pragmas.Artyom Kazak1-0/+2
2014-08-04Remove dangling `where` from one function.Artyom Kazak1-1/+0
2014-08-04Use `stripPrefix` where appropriate.Artyom Kazak1-15/+14
2014-08-03Correctly implement capitalisation.Artyom Kazak1-8/+3
2014-01-02Use isHeaderBlock from Shared rather than defining it anew...John MacFarlane1-4/+2
2013-08-10Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane1-2/+6
2013-08-08Preliminary support for new Div and Span elements in writers.John MacFarlane1-0/+3
2013-01-15Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane1-2/+2
2013-01-14Implemented Ext_implicit_figures.John MacFarlane1-1/+3
2013-01-09Added Attr field to Header.John MacFarlane1-6/+6
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-5/+5
2012-07-22FB2: support images embedded as data URIs + tests.Sergey Astanin1-12/+58
2012-07-22Added a new FictionBook2 (FB2) writer.Sergey Astanin1-0/+570