aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-03-25Powerpoint writer: code cleanup.Jesse Rosenthal1-39/+17
2018-03-25Muse writer: improve span writingAlexander Krotov1-3/+5
2018-03-25Muse writer: do not join Span's doing normalizationAlexander Krotov1-2/+1
2018-03-24Powerpoint writer: simplify code with `ParseXml`Jesse Rosenthal1-23/+2
2018-03-24Powerpoint writer: Allow fallback options when looking for placeholder type.Jesse Rosenthal1-9/+17
2018-03-24Revert "Powerpoint writer: Remove spPr tag from non-body layouts"Jesse Rosenthal1-5/+1
2018-03-24Powerpoint reader: Check reference-doc for all layouts.Jesse Rosenthal1-2/+6
2018-03-23Powerpoint writer: Remove spPr tag from non-body layoutsJesse Rosenthal1-1/+5
2018-03-23PDF: with xelatex, don't compress images til the last run.John MacFarlane1-1/+6
2018-03-23EPUB writer: ensure that pagetitle is always set...John MacFarlane1-6/+12
2018-03-23Powepoint writer: Simplify speaker notesJesse Rosenthal1-27/+31
2018-03-23Powerpoint writer: change notes state to a simpler per-slide valueJesse Rosenthal1-18/+7
2018-03-23Powerpoint writer: Remove `Maybe` from `SpeakerNotes` in `Slide`.Jesse Rosenthal2-71/+71
2018-03-21Parsing: Fix romanNumeral parser.John MacFarlane1-3/+3
2018-03-21Muse writer: don't align ordered list itemsAlexander Krotov1-4/+1
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-18Removed unnecessary import.John MacFarlane1-2/+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 MacFarlane9-51/+11
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane128-6/+255
2018-03-17hlint fixes.John MacFarlane13-36/+36
2018-03-17Add support to parse unit string of \SI command (closes #4296).Marc Schreiber1-1/+14
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-17More CSS around DocTable in Haddock reader.John MacFarlane1-0/+2
2018-03-16Allow earlier versions of haddock-library, use CPP.John MacFarlane1-0/+2
2018-03-16Better table handling for Haddock.John MacFarlane2-60/+18
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane28-70/+8
2018-03-16Class: Semigroup instance for FileTree with base >= 4.9.John MacFarlane1-0/+4
2018-03-16Translations: Semigroup instance for Translations with base >= 4.9.John MacFarlane1-0/+5
2018-03-16Extensions: Semigroup instance for Extensions with base >= 4.9.John MacFarlane1-4/+13
2018-03-16Semigroup instance for Styles in T.P.Readers.Odt.StyleReader.John MacFarlane1-2/+12
2018-03-16Removed redundant import.John MacFarlane1-3/+1
2018-03-16Pretty: Semigroup instance for Doc with base >= 4.9.John MacFarlane1-0/+4
2018-03-16Semigroup instance for MediaBag with base >= 4.9.John MacFarlane1-0/+5
2018-03-15Remove redundant import.John MacFarlane1-1/+1
2018-03-15Remove redundant import.John MacFarlane1-2/+0
2018-03-14RST reader: Allow unicode bullet characters.John MacFarlane1-1/+1
2018-03-13Require pandoc-types 1.17.4.John MacFarlane6-9/+22
2018-03-13DokuWiki writer: rewrite backSlashLineBreaks (#4445)Mauro Bieg1-7/+11