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
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
2015-12-12
FB2 writer: support SoftBreak.
John MacFarlane
1
-1
/
+2
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
1
-1
/
+2
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-2
/
+2
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-6
/
+6
2014-12-15
FB2 writer: Add newline to output.
John MacFarlane
1
-1
/
+1
2014-08-04
Add PatternGuards pragmas.
Artyom Kazak
1
-0
/
+2
2014-08-04
Remove dangling `where` from one function.
Artyom Kazak
1
-1
/
+0
2014-08-04
Use `stripPrefix` where appropriate.
Artyom Kazak
1
-15
/
+14
2014-08-03
Correctly implement capitalisation.
Artyom Kazak
1
-8
/
+3
2014-01-02
Use isHeaderBlock from Shared rather than defining it anew...
John MacFarlane
1
-4
/
+2
2013-08-10
Use walk, walkM in place of bottomUp, bottomUpM when possible.
John MacFarlane
1
-2
/
+6
2013-08-08
Preliminary support for new Div and Span elements in writers.
John MacFarlane
1
-0
/
+3
2013-01-15
Use 'fig:' instead of '\SOH' in title to indicate figure.
John MacFarlane
1
-2
/
+2
[next]