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