summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/FB2.hs
AgeCommit message (Expand)Author
2023-12-06Revert "Use base64 instead of base64-bytestring."John MacFarlane
2023-01-13Remove block constructor Null from the code base.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-10-03Rename T.P.Network.HTTP -> T.P.URI.John MacFarlane
2022-08-21Fix regression with data uris in 2.19.1.John MacFarlane
2022-08-14Use base64 instead of base64-bytestring.John MacFarlane
2022-08-03FB2 writer: fix handling of non-section Divs.John MacFarlane
2022-02-23Ensure that valid XML identifiers are used in...John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-10-22Use simpleFigure in Readers.Aner Lucero
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane
2021-08-03Stop using the HTTP package. (#7456)mt_caret
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel
2020-05-21FB2 writer: properly handle cover-image containing spaces.John MacFarlane
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane
2019-05-15FB2 writer: do not wrap note references into <sup> and bracketsAlexander Krotov
2019-05-15hlint FB2 writerAlexander Krotov
2019-05-04FB2 writer: use genre metadata field (#5478)John
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-22Add section identifiers support for FB2 writer (#5315)John
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-09-04hlint some writersAlexander Krotov
2018-08-24FB2 writer: put coverpage element between title and date...John MacFarlane
2018-06-12FB2 writer: convert Plain to Para in annotationAlexander Krotov
2018-06-12FB2 writer: fix order of items in title-infoAlexander Krotov
2018-04-26Merge branch 'fb2-hrblankline' of https://github.com/labdsf/pandoc into labds...John MacFarlane
2018-04-19FB2 writer: convert metadata value "abstract" to book annotationAlexander Krotov
2018-04-07FB2 writer: output links inline instead of producing notesAlexander Krotov
2018-04-05FB2 writer: represent HorizontalRule as empty lineAlexander Krotov
2018-04-04FB2 writer: allow emphasis and notes in titlesAlexander Krotov
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-19hlint code improvements.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-12-28FB2 writer: add cover image specified by "cover-image" metaAlexander Krotov