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
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