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
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
2017-02-17
FB2 writer: don't render RawBlock as code.
John MacFarlane
1
-4
/
+7
2017-02-11
Use new warnings throughout the code base.
John MacFarlane
1
-6
/
+4
2017-01-25
Revert "Added page breaks into Pandoc."
John MacFarlane
1
-2
/
+0
2017-01-25
Text.Pandoc.Shared: Removed fetchItem, fetchItem'.
John MacFarlane
1
-5
/
+13
2017-01-25
Fix rebasing errors.
Jesse Rosenthal
1
-1
/
+1
2017-01-25
Unify Errors.
Jesse Rosenthal
1
-1
/
+2
2017-01-25
Implement Errors in PandocMonad
Jesse Rosenthal
1
-2
/
+3
2017-01-25
Convert writers to use PandocMonad typeclass.
Jesse Rosenthal
1
-30
/
+27
2017-01-25
Finish pure writer of FB2.
Jesse Rosenthal
1
-10
/
+17
2017-01-25
FB2 writer: Rewrite image-fetching to use fetchItem.
Jesse Rosenthal
1
-43
/
+11
2017-01-25
Continue refactoring FB2 writer.
Jesse Rosenthal
1
-8
/
+14
2017-01-25
FB2 writer: bring functions to toplevel.
Jesse Rosenthal
1
-47
/
+53
2017-01-25
Adds support for pagebreaks (when it makes sense)
Hubert Plociniczak
1
-0
/
+2
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
1
-1
/
+1
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
1
-1
/
+3
[next]