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-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
2013-01-14
Implemented Ext_implicit_figures.
John MacFarlane
1
-1
/
+3
2013-01-09
Added Attr field to Header.
John MacFarlane
1
-6
/
+6
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
John MacFarlane
1
-5
/
+5
2012-07-22
FB2: support images embedded as data URIs + tests.
Sergey Astanin
1
-12
/
+58
2012-07-22
Added a new FictionBook2 (FB2) writer.
Sergey Astanin
1
-0
/
+570