aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2018-03-21Powerpoint writer: handle speaker notes earlier in the conversion processJesse Rosenthal1-15/+23
2018-03-21Powerpoint writer: Keep notes with related blocksJesse Rosenthal1-8/+17
2018-03-20Muse writer: escape "]" in image titleAlexander Krotov1-1/+2
2018-03-20Muse writer: remove key-value pairs from attributes before normalizationAlexander Krotov1-1/+8
2018-03-20Muse writer: escape ";" to avoid accidental commentsAlexander Krotov1-1/+2
2018-03-20Muse writer: escape "]" brackets in URLs as "%5D"Alexander Krotov1-2/+7
2018-03-18Ms writer: don't escape hyphens.John MacFarlane1-1/+0
2018-03-18EPUB writer: remove notes from TOC in nav.xhtml (#4463)Mauro Bieg1-4/+5
2018-03-18Removed old-locale flag and Text.Pandoc.Compat.Time.John MacFarlane5-11/+6
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane36-2/+74
2018-03-17hlint fixes.John MacFarlane7-22/+22
2018-03-17Fixed typo introduced in merge.John MacFarlane1-1/+1
2018-03-17RST writer: filter out empty inline containers (#4434).Francesco Occhipinti1-3/+18
2018-03-17Don't wrap lines in grid tables when `--wrap=none` (#4320)Francesco Occhipinti1-12/+30
2018-03-17RST writer: separate inline transformation logic from writing logic (#4438)Francesco Occhipinti1-18/+22
2018-03-17RST writer: strip whitespace within inlines, closes #4327 (#4329)Francesco Occhipinti2-1/+4
2018-03-17Work around Monoid/Semigroup-related compiler errors GHC 7.10.John MacFarlane1-13/+12
2018-03-16Better table handling for Haddock.John MacFarlane1-59/+4
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane3-3/+1
2018-03-13DokuWiki writer: rewrite backSlashLineBreaks (#4445)Mauro Bieg1-7/+11
2018-03-13Beamer: put hyperlink after `\begin{frame}`.John MacFarlane1-8/+8
2018-03-11Dokuwiki writer: fix LineBreaks in Tables (#4444)Mauro Bieg1-1/+5
2018-03-12Muse writer: support spans with anchorsAlexander Krotov1-3/+7
2018-03-09Ms writer: asciify pdf anchors, since unicode anchors don't work.John MacFarlane1-4/+11
2018-03-08Fixed formatting of DefaultStyle ordered lists in docx writer.John MacFarlane1-6/+6
2018-03-07Muse writer: replace smallcaps with emphasis before normalizationAlexander Krotov1-2/+7
2018-03-07Muse writer: output smallcaps as emphasisAlexander Krotov1-1/+1
2018-03-07Muse writer: expand Cite before list normalizationAlexander Krotov1-6/+8
2018-03-07Muse writer: write empty inline lists as <verbatim></verbatim>Alexander Krotov1-2/+4
2018-03-07Muse writer: remove empty Str from the beginning of inline lists during norma...Alexander Krotov1-0/+2
2018-03-07Muse writer: escape "-" to avoid creating bullet listsAlexander Krotov1-1/+2
2018-03-06Muse writer: fix math expansion for more than one expression per paragraphAlexander Krotov1-1/+1
2018-03-05Remove extraneous, significant whitespace in JATS writer output (#4335)Nokome Bentley1-6/+6
2018-03-05Muse writer: expand math before inline list normalizationAlexander Krotov1-3/+13
2018-03-02hlint Muse reader and writerAlexander Krotov1-1/+1
2018-03-02Muse writer: join strings during inline normalizationAlexander Krotov1-0/+2
2018-03-02Org writer: fix a typo s/prettyfy/prettify/Alexander Krotov1-2/+2
2018-02-28Muse writer: change verse markupAlexander Krotov1-9/+2
2018-02-28Muse writer: remove empty strings during inline normalizationAlexander Krotov1-0/+2
2018-02-27Powerpoint writer: use `trim` from SharedJesse Rosenthal1-3/+2
2018-02-27Powerpoint writer: Use table stylesJesse Rosenthal1-3/+17
2018-02-27Powerpoint writer: Remove empty slidesJesse Rosenthal1-2/+38
2018-02-24Lua: register script name in global variableAlbert Krewinkel1-1/+2
2018-02-23Muse writer: don't indent nested definition listsAlexander Krotov1-1/+3
2018-02-23Docx writer: trim trailing whitespace.Jesse Rosenthal1-14/+14
2018-02-23Docx writer: fix #3930laptop1\Andrew1-84/+100
2018-02-22Presentations: Use divs to set incremental/non-incrementalJesse Rosenthal2-53/+83
2018-02-21LaTeX writer: Put hypertarget inside figure environment.John MacFarlane1-4/+4
2018-02-21LaTeX writer: Fix image height with percentage.John MacFarlane1-1/+5
2018-02-20Powerpoint writer: Use ph name and idx for getting layout shapesJesse Rosenthal1-37/+26