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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-25
Simplified reference-docx/reference-odt to reference-doc.
John MacFarlane
2
-2
/
+2
2017-01-25
Remove now-unnecessary lifts in Markdown writer.
John MacFarlane
1
-9
/
+6
2017-01-25
Class: rename addWarning[WithPos] to warning[WithPos].
John MacFarlane
6
-15
/
+15
2017-01-25
Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.
John MacFarlane
6
-24
/
+28
2017-01-25
Make sure texMathToInlines issues warning.
John MacFarlane
1
-1
/
+3
2017-01-25
Refactored math conversion in writers.
John MacFarlane
10
-368
/
+488
2017-01-25
Fix rebasing errors.
Jesse Rosenthal
2
-2
/
+2
2017-01-25
Unify Errors.
Jesse Rosenthal
8
-8
/
+16
2017-01-25
Deleted whitespace at end of source lines.
John MacFarlane
3
-4
/
+4
2017-01-25
Fixed regression in OPML writer.
John MacFarlane
1
-1
/
+1
2017-01-25
Texinfo writer: restore former behavior for headers level > 4.
John MacFarlane
1
-19
/
+21
2017-01-25
Fixes to compile after rebase.
John MacFarlane
2
-3
/
+4
2017-01-25
Implement Errors in PandocMonad
Jesse Rosenthal
8
-127
/
+168
2017-01-25
Convert all writers to use PandocMonad.
Jesse Rosenthal
22
-186
/
+222
2017-01-25
Convert writers to use PandocMonad typeclass.
Jesse Rosenthal
6
-142
/
+122
2017-01-25
Free: Remove readFileUTF8.
Jesse Rosenthal
1
-1
/
+1
2017-01-25
Remove readFileStrict.
Jesse Rosenthal
1
-1
/
+1
2017-01-25
Remove IO UUID functions.
Jesse Rosenthal
1
-1
/
+2
2017-01-25
ODT Writer: fix compiler complaint.
Jesse Rosenthal
1
-1
/
+0
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
Make pure rtf writer using free.
Jesse Rosenthal
1
-4
/
+13
2017-01-25
Implement runTest functions.
Jesse Rosenthal
4
-25
/
+16
2017-01-25
Remove IORef from EPUB writer.
Jesse Rosenthal
1
-51
/
+62
2017-01-25
Remove IORef from ODT writer.
Jesse Rosenthal
1
-24
/
+38
2017-01-25
Introduce pure versions of IO Writers.
Jesse Rosenthal
4
-90
/
+124
2017-01-25
Adds support for pagebreaks (when it makes sense)
Hubert Plociniczak
22
-11
/
+48
2017-01-25
Added page breaks into Pandoc.
Hubert Plociniczak
1
-3
/
+25
2017-01-24
OpenDocument writer: small refactoring.
John MacFarlane
1
-8
/
+11
2017-01-23
OpenDocument writer: don't profilerate text styles unnecessarily.
John MacFarlane
1
-25
/
+62
2016-12-30
DocBook5 writer: make id attribute xml:id, fixes #3329 (#3330)
Mauro Bieg
1
-1
/
+4
2016-12-24
HTML writer: don't process pars with empty RawInline, fixes #1040 (#3327)
Mauro Bieg
1
-3
/
+8
2016-12-23
Updates to use skylighting rather than highlighting-kate.
John MacFarlane
2
-5
/
+5
2016-12-21
Org writer: prefix footnote numbers with `fn:`
Albert Krewinkel
1
-2
/
+2
2016-12-16
LaTeX writer: allow tables with empty cells to count as "plain."
John MacFarlane
1
-0
/
+1
2016-12-11
Fix display math with --webtex in markdown output.
John MacFarlane
1
-9
/
+13
2016-12-05
Man writer: Ensure that periods are escaped at beginning of line.
John MacFarlane
1
-4
/
+2
2016-12-04
LaTeX writer: Fix unnumbered headers when used with `--top-level`
Albert Krewinkel
1
-1
/
+1
2016-12-04
Markdown writer: Fixed incorrect word wrapping.
John MacFarlane
1
-1
/
+1
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
26
-110
/
+99
2016-11-27
Updated renderHtml import in HTML writer to avoid deprecated function.
John MacFarlane
1
-2
/
+1
2016-11-27
Refactor top-level division selection (#3261)
Albert Krewinkel
4
-29
/
+33
2016-11-26
Revert "Open Document writer: set first level of blockquotes to not use inden...
John MacFarlane
1
-2
/
+3
2016-11-26
Open Document writer: set first level of blockquotes to not use indent (#2757)
Jeff Sheets
1
-3
/
+2
2016-11-26
[Tex] Remove invalid inlines in sections (#3218)
hubertp-lshift
1
-4
/
+6
2016-11-26
[odt] Infer table's caption from the paragraph (#3224)
hubertp-lshift
1
-1
/
+1
2016-11-26
Allow to overwrite top-level division type heuristics (#3258)
Albert Krewinkel
4
-11
/
+17
2016-11-24
LaTeX writer: use `\autocites*` when "suppress-author" citation used.
John MacFarlane
1
-2
/
+3
[next]