summaryrefslogtreecommitdiff
path: root/src/Text
Commit message (Expand)AuthorAge
* 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
* HTML writer: don't add data- prefix to unknown attributes beginning with data-.John MacFarlane2017-10-16
* Improved handling of include files in LaTeX reader.John MacFarlane2017-10-16
* RST writer: correctly handle inline code containing backticks.John MacFarlane2017-10-16
* RST writer: don't backslash-escape word-internal punctuation.John MacFarlane2017-10-16
* App: added --request-header option.John MacFarlane2017-10-15
* Remove openURL from Shared (API change).John MacFarlane2017-10-15
* Class: add stRequestHeaders to CommonState, and setRequestHeader.John MacFarlane2017-10-15
* Handle unknown options in form `--latex-engine=foo`.John MacFarlane2017-10-15
* Merge pull request #3970 from d-dorazio/masterJohn MacFarlane2017-10-13
|\
| * markdown writer: always write bracketed_spans' attributesd-dorazio2017-10-13
* | CommonMark writer: omit "fig:" prefix in image titles.John MacFarlane2017-10-13
|/
* ConTeXt writer: Use identifiers for chapters.John MacFarlane2017-10-11
* FB2 Writer: format LineBlock as poemAlexander Krotov2017-10-11
* docx writer - activate evenAndOddHeaders from reference docAgustín Martín Barbero2017-10-10
* FB2 writer: replace concatMap with cMapAlexander Krotov2017-10-09
* hlint FB2 writerAlexander Krotov2017-10-09
* Shared.stringify, removeFormatting: handle Quoted better.John MacFarlane2017-10-08
* LaTeX reader: don't treat "..." as Quoted.John MacFarlane2017-10-08
* Small logic fix.John MacFarlane2017-10-08
* Org reader: end footnotes after two blank linesAlbert Krewinkel2017-10-08
* Use mathjax 2.7.2 by default.John MacFarlane2017-10-06
* Removed redundant importJohn MacFarlane2017-10-06