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-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
2016-11-23
Fixed some bugs in Pretty that caused blank lines in tables.
John MacFarlane
1
-1
/
+1
2016-11-22
Docx writer: Give full detail when there are errors converting tex math.
John MacFarlane
1
-1
/
+2
2016-11-22
Put 'warn' in MonadIO. Add warnings for math conversions in docx.
John MacFarlane
2
-4
/
+6
2016-11-20
LaTeX writer: ensure that simple tables have simple cells.
John MacFarlane
1
-1
/
+8
2016-11-19
Fix for calculation of column widths for aligned multiline tables
Björn Peemöller
1
-8
/
+20
2016-11-18
Docx writer: fixed XML markup for empty cells.
John MacFarlane
1
-1
/
+1
2016-11-18
Markdown writer: Use bracketed form for native spans...
John MacFarlane
1
-4
/
+11
2016-11-15
Adjust widths in Markdown grid tables so that they match on round-trip.
John MacFarlane
1
-1
/
+1
2016-11-15
Allow alignments to be specified in Markdown grid tables.
John MacFarlane
1
-9
/
+29
2016-11-15
Markdown writer: fixed inconsistent spacing issue.
John MacFarlane
1
-12
/
+20
2016-11-12
Markdown writer: Fix escaping of spaces in super/subscript.
John MacFarlane
1
-37
/
+39
2016-11-08
Inline code when text has a special style
Hubert Plociniczak
1
-1
/
+2
2016-11-02
Docx writer: Handle title text in images.
Jesse Rosenthal
1
-2
/
+2
2016-10-25
reveal.js: don't change slide title to level 1 header.
John MacFarlane
1
-3
/
+1
2016-10-23
ICML writer: replace partial function (!!) in table handling (#3175)
Mauro Bieg
1
-5
/
+5
2016-10-19
Add option for top-level division type
Albert Krewinkel
4
-44
/
+62
2016-09-13
TEI writer: remove heuristic to detect book template
Albert Krewinkel
1
-9
/
+5
2016-09-06
Add --parts command line option to LaTeX writer.
Oliver Matthews
1
-10
/
+17
2016-10-17
Org writer: drop space before footnote markers
Albert Krewinkel
1
-1
/
+1
2016-10-13
Markdown writer: Abstract out note/ref function.
Jesse Rosenthal
1
-28
/
+22
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
24
-28
/
+102
2016-10-11
Markdown writer: Allow footnotes/refs at the end of blocks, sections
Jesse Rosenthal
1
-21
/
+64
2016-10-11
Add ReaderT monad for environment variables.
Jesse Rosenthal
1
-64
/
+78
2016-10-10
More checks for Ext_raw_html when rendering HTML in Markdown.
John MacFarlane
1
-5
/
+9
2016-10-05
Docx writer: Move one more env var to Reader monad
Jesse Rosenthal
1
-6
/
+5
2016-10-05
Docx writer: code legibility fixups.
Jesse Rosenthal
1
-5
/
+6
2016-10-04
Docx writer: Clean up and streamline RTL behavior
Jesse Rosenthal
1
-71
/
+77
2016-10-04
Docx writer: move a couple more vars to ReaderT
Jesse Rosenthal
1
-21
/
+29
2016-10-03
Clean up commented-out code
Jesse Rosenthal
1
-12
/
+0
2016-10-03
Remove bool on setRTL.
Jesse Rosenthal
1
-17
/
+13
2016-10-03
Filter text/para props correctly.
Jesse Rosenthal
1
-2
/
+2
[next]