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
/
Readers
/
FB2.hs
Age
Commit message (
Expand
)
Author
2023-12-06
Revert "Use base64 instead of base64-bytestring."
John MacFarlane
2022-10-29
Re-export lookupEntity from Text.Pandoc.XML [API change].
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
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
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
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
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-10-04
hlint FB2 reader
Alexander Krotov
2019-06-09
FB2 reader: skip unknown elements rather than throwing errors.
John MacFarlane
2019-05-11
FB2 reader: parse notes
Alexander Krotov
2019-05-11
FB2 reader: use XML.Light.Input.parseXMLDoc to parse the root element
Alexander Krotov
2019-05-11
Reduce the amount of state in FB2 reader
Alexander Krotov
2019-05-11
FB2 reader: use Text.XML.Light.unqual where possible
Alexander Krotov
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2018-11-19
FB2 reader: do not throw error for unknown elements in <body>
Alexander Krotov
2018-04-28
FB2 reader: replace some errors with warnings
Alexander Krotov
2018-04-26
Add FB2 reader (#4539)
Alexander