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