index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
FB2.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
1
-2
/
+2
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-3
/
+3
2020-04-15
Implement the new Table type
despresc
1
-4
/
+5
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-2
/
+2
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
1
-6
/
+2
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-74
/
+77
2019-09-08
Replace Element and makeHierarchical with makeSections.
John MacFarlane
1
-17
/
+16
2019-05-15
FB2 writer: do not wrap note references into <sup> and brackets
Alexander Krotov
1
-1
/
+1
2019-05-15
hlint FB2 writer
Alexander Krotov
1
-27
/
+22
2019-05-04
FB2 writer: use genre metadata field (#5478)
John
1
-1
/
+4
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-20
/
+0
2019-02-22
Add section identifiers support for FB2 writer (#5315)
John
1
-35
/
+28
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2018-09-04
hlint some writers
Alexander Krotov
1
-1
/
+1
2018-08-24
FB2 writer: put coverpage element between title and date...
John MacFarlane
1
-2
/
+3
2018-06-12
FB2 writer: convert Plain to Para in annotation
Alexander Krotov
1
-1
/
+6
2018-06-12
FB2 writer: fix order of items in title-info
Alexander Krotov
1
-1
/
+1
2018-04-26
Merge branch 'fb2-hrblankline' of https://github.com/labdsf/pandoc into labds...
John MacFarlane
1
-7
/
+4
2018-04-19
FB2 writer: convert metadata value "abstract" to book annotation
Alexander Krotov
1
-1
/
+4
2018-04-07
FB2 writer: output links inline instead of producing notes
Alexander Krotov
1
-19
/
+2
2018-04-05
FB2 writer: represent HorizontalRule as empty line
Alexander Krotov
1
-7
/
+4
2018-04-04
FB2 writer: allow emphasis and notes in titles
Alexander Krotov
1
-6
/
+4
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-01-19
hlint code improvements.
John MacFarlane
1
-2
/
+1
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-12-28
FB2 writer: add cover image specified by "cover-image" meta
Alexander Krotov
1
-1
/
+10
2017-11-01
hlint
Alexander Krotov
1
-1
/
+1
2017-11-01
FB2 writer: Add "unrecognised" genre to <title-info>
Alexander Krotov
1
-1
/
+2
2017-11-01
FB2 writer: remove <annotation> from <body>
Alexander Krotov
1
-11
/
+2
2017-11-01
Merge pull request #4008 from labdsf/fb2-bullets
John MacFarlane
1
-8
/
+4
2017-10-31
FB2 writer: write blocks outside of <p> in definitions
Alexander Krotov
1
-18
/
+2
2017-10-31
FB2 writer: make bullet lists consistent with ordered lists
Alexander Krotov
1
-8
/
+4
2017-10-29
hlint suggestions.
John MacFarlane
1
-4
/
+4
2017-10-29
Write FB2 lists without nesting blocks inside <p> (#4004)
Alexander
1
-16
/
+32
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-5
/
+4
2017-10-11
FB2 Writer: format LineBlock as poem
Alexander Krotov
1
-2
/
+6
2017-10-09
FB2 writer: replace concatMap with cMap
Alexander Krotov
1
-10
/
+10
2017-10-09
hlint FB2 writer
Alexander Krotov
1
-50
/
+50
2017-09-30
Removed writerSourceURL, add source URL to common state.
John MacFarlane
1
-1
/
+1
2017-06-20
Removed redundant import.
John MacFarlane
1
-1
/
+0
2017-06-20
FB2 writer: don't fail with an error on interior headers (e.g. in list).
John MacFarlane
1
-3
/
+5
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
1
-2
/
+2
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-3
/
+4
2017-05-23
Shared: Provide custom isURI that rejects unknown schemes [isURI]
Albert Krewinkel
1
-2
/
+1
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-05-13
Add haddock module description to FB2 writer
Albert Krewinkel
1
-1
/
+11
2017-05-02
FB2 writer: Add support for "lang" metadata (#3625)
Alexander Krotov
1
-2
/
+7
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-43
/
+43
[next]