summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* LaTeX reader: insert space when needed in macro expansion.John MacFarlane2017-10-30
* Allow unbraced arguments for macros.John MacFarlane2017-10-30
* Allow body of macro definition to be unbraced.John MacFarlane2017-10-30
* Fixed warnings.John MacFarlane2017-10-29
* Export all of Text.Pandoc.Class from Text.Pandoc.John MacFarlane2017-10-29
* Removed useless notes state in DokuWiki writer.John MacFarlane2017-10-29
* Source code reformatting.John MacFarlane2017-10-29
* hlint suggestions.John MacFarlane2017-10-29
* More hlint.John MacFarlane2017-10-29
* Small reformat.John MacFarlane2017-10-29
* Use uncurry.John MacFarlane2017-10-29
* More hlint fixes.John MacFarlane2017-10-29
* Write FB2 lists without nesting blocks inside <p> (#4004)Alexander2017-10-29
* Fix warning for older GHC versions.John MacFarlane2017-10-28
* Try to fix imports for older ghc.John MacFarlane2017-10-28
* Change order of imports to satisfy older ghc.John MacFarlane2017-10-28
* hlint suggestions.John MacFarlane2017-10-27
* Don't rely on syb when we don't need to.John MacFarlane2017-10-27
* hlint changes.John MacFarlane2017-10-27
* hlint suggestions.John MacFarlane2017-10-27
* hlint suggestions.John MacFarlane2017-10-27
* hlint suggestions.John MacFarlane2017-10-27
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Consistent underline for Readers (#2270)hftf2017-10-27
* update years in copyrightKolen Cheung2017-10-26
* Creole reader (#3994)Sascha Wilde2017-10-26
* Comment reformat.John MacFarlane2017-10-26
* makePDF: add argument for pdf options, remove writerPdfArgs.John MacFarlane2017-10-26
* Text.Pandoc.App: export applyFilters, applyLuaFilters. (API change)John MacFarlane2017-10-24
* Added some haddock docs for Text.Pandoc.Class functions.John MacFarlane2017-10-24
* HTML reader: close td/th should close any open block tag...John MacFarlane2017-10-24
* HTML reader: td should close an open th or td.John MacFarlane2017-10-24
* Revert "HTML reader: td or th implicitly closes blocks within last td/th."John MacFarlane2017-10-24
* HTML reader: td or th implicitly closes blocks within last td/th.John MacFarlane2017-10-24
* Fenced divs: ensure that paragraph at end doesn't become Plain.John MacFarlane2017-10-24
* Back to using [WARNING] and [INFO] to mark messages.John MacFarlane2017-10-23
* Implemented fenced Divs.John MacFarlane2017-10-23
* HTML reader: `htmlTag` improvements.John MacFarlane2017-10-23
* More pleasing presentation of warnings and info messages.John MacFarlane2017-10-23
* Downgraded SkippedContent and DocxParserWarning from WARNING to INFOJohn MacFarlane2017-10-23
* LaTeX Reader: support \lettrinemb212017-10-22
* LaTeX Reader: use opt function consistentlymb212017-10-22
* In rendering PandocParsecError, only print input at error location...John MacFarlane2017-10-21
* SelfContained: data-background-image instead of data-background.John MacFarlane2017-10-20
* LaTeX reader: be more forgiving in parsing command options.John MacFarlane2017-10-19
* LaTeX reader: Strip off quotes in `\include` filenames.John MacFarlane2017-10-19
* LaTeX reader: support `\expandafter`.John MacFarlane2017-10-19
* LaTeX reader: handle `\DeclareRobustCommand`.John MacFarlane2017-10-19
* Latex reader: Skip spaces in image optionsBen Firshman2017-10-17
* SelfContained: handle data-background attribute on section.John MacFarlane2017-10-16