aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2016-12-30DocBook5 writer: make id attribute xml:id, fixes #3329 (#3330)Mauro Bieg1-1/+4
2016-12-24HTML writer: don't process pars with empty RawInline, fixes #1040 (#3327)Mauro Bieg1-3/+8
2016-12-23Updates to use skylighting rather than highlighting-kate.John MacFarlane2-5/+5
2016-12-21Org writer: prefix footnote numbers with `fn:`Albert Krewinkel1-2/+2
2016-12-16LaTeX writer: allow tables with empty cells to count as "plain."John MacFarlane1-0/+1
2016-12-11Fix display math with --webtex in markdown output.John MacFarlane1-9/+13
2016-12-05Man writer: Ensure that periods are escaped at beginning of line.John MacFarlane1-4/+2
2016-12-04LaTeX writer: Fix unnumbered headers when used with `--top-level`Albert Krewinkel1-1/+1
2016-12-04Markdown writer: Fixed incorrect word wrapping.John MacFarlane1-1/+1
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane26-110/+99
2016-11-27Updated renderHtml import in HTML writer to avoid deprecated function.John MacFarlane1-2/+1
2016-11-27Refactor top-level division selection (#3261)Albert Krewinkel4-29/+33
2016-11-26Revert "Open Document writer: set first level of blockquotes to not use inden...John MacFarlane1-2/+3
2016-11-26Open Document writer: set first level of blockquotes to not use indent (#2757)Jeff Sheets1-3/+2
2016-11-26[Tex] Remove invalid inlines in sections (#3218)hubertp-lshift1-4/+6
2016-11-26[odt] Infer table's caption from the paragraph (#3224)hubertp-lshift1-1/+1
2016-11-26Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel4-11/+17
2016-11-24LaTeX writer: use `\autocites*` when "suppress-author" citation used.John MacFarlane1-2/+3
2016-11-23Fixed some bugs in Pretty that caused blank lines in tables.John MacFarlane1-1/+1
2016-11-22Docx writer: Give full detail when there are errors converting tex math.John MacFarlane1-1/+2
2016-11-22Put 'warn' in MonadIO. Add warnings for math conversions in docx.John MacFarlane2-4/+6
2016-11-20LaTeX writer: ensure that simple tables have simple cells.John MacFarlane1-1/+8
2016-11-19Fix for calculation of column widths for aligned multiline tablesBjörn Peemöller1-8/+20
2016-11-18Docx writer: fixed XML markup for empty cells.John MacFarlane1-1/+1
2016-11-18Markdown writer: Use bracketed form for native spans...John MacFarlane1-4/+11
2016-11-15Adjust widths in Markdown grid tables so that they match on round-trip.John MacFarlane1-1/+1
2016-11-15Allow alignments to be specified in Markdown grid tables.John MacFarlane1-9/+29
2016-11-15Markdown writer: fixed inconsistent spacing issue.John MacFarlane1-12/+20
2016-11-12Markdown writer: Fix escaping of spaces in super/subscript.John MacFarlane1-37/+39
2016-11-08Inline code when text has a special styleHubert Plociniczak1-1/+2
2016-11-02Docx writer: Handle title text in images.Jesse Rosenthal1-2/+2
2016-10-25reveal.js: don't change slide title to level 1 header.John MacFarlane1-3/+1
2016-10-23ICML writer: replace partial function (!!) in table handling (#3175)Mauro Bieg1-5/+5
2016-10-19Add option for top-level division typeAlbert Krewinkel4-44/+62
2016-09-13TEI writer: remove heuristic to detect book templateAlbert Krewinkel1-9/+5
2016-09-06Add --parts command line option to LaTeX writer.Oliver Matthews1-10/+17
2016-10-17Org writer: drop space before footnote markersAlbert Krewinkel1-1/+1
2016-10-13Markdown writer: Abstract out note/ref function.Jesse Rosenthal1-28/+22
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel24-28/+102
2016-10-11Markdown writer: Allow footnotes/refs at the end of blocks, sectionsJesse Rosenthal1-21/+64
2016-10-11Add ReaderT monad for environment variables.Jesse Rosenthal1-64/+78
2016-10-10More checks for Ext_raw_html when rendering HTML in Markdown.John MacFarlane1-5/+9
2016-10-05Docx writer: Move one more env var to Reader monadJesse Rosenthal1-6/+5
2016-10-05Docx writer: code legibility fixups.Jesse Rosenthal1-5/+6
2016-10-04Docx writer: Clean up and streamline RTL behaviorJesse Rosenthal1-71/+77
2016-10-04Docx writer: move a couple more vars to ReaderTJesse Rosenthal1-21/+29
2016-10-03Clean up commented-out codeJesse Rosenthal1-12/+0
2016-10-03Remove bool on setRTL.Jesse Rosenthal1-17/+13
2016-10-03Filter text/para props correctly.Jesse Rosenthal1-2/+2
2016-10-03Add a boolean flag to the setRTL function.Jesse Rosenthal1-5/+5