summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* stack.yaml: use lts-8.12.John MacFarlane2017-05-02
* Markdown writer: Case-insensitive reference links. (#3616)David A Roberts2017-05-02
* FB2 writer: Add support for "lang" metadata (#3625)Alexander Krotov2017-05-02
* Lua filter: fall-back to global filters when none is returnedAlbert Krewinkel2017-04-30
* Document lua filtersAlbert Krewinkel2017-04-30
* Lua module: simplify Attributes, rename to AttrAlbert Krewinkel2017-04-30
* Lua module: make Header argument order consistentAlbert Krewinkel2017-04-30
* Lua module: add example for usage of `read`Albert Krewinkel2017-04-30
* Provide shared F monad functions for Markdown and Org readersAlbert Krewinkel2017-04-30
* Add returnF to Text.Pandoc.ParsingAlexander Krotov2017-04-30
* Org reader: Avoid creating nullMeta by applying setMeta directlyAlexander Krotov2017-04-30
* LaTeX writer: Fix problem with escaping in lstinline.John MacFarlane2017-04-29
* LaTeX writer: don't use lstinline it \item[..].John MacFarlane2017-04-28
* Ms writer: make use of already defined render' (#3613)Alexander Krotov2017-04-28
* Muse writer: Do not reflow directives (#3614)Alexander Krotov2017-04-28
* Lua module: provide simple `read` format parserAlbert Krewinkel2017-04-26
* API change: move writer functions to Text.Pandoc.WritersAlbert Krewinkel2017-04-26
* API change: move reader functions to Text.Pandoc.ReadersAlbert Krewinkel2017-04-26
* API change: move extension handling to Text.Pandoc.ExtensionsAlbert Krewinkel2017-04-26
* Lua filter: allow filtering of meta data onlyAlbert Krewinkel2017-04-26
* Lua filter: allow natural access to meta elementsAlbert Krewinkel2017-04-26
* LaTeX reader: Add basic support for hyphenat package (#3603)schrieveslaach2017-04-26
* Simplify linkText in Text.Pandoc.Readers.TWiki (#3605)Alexander Krotov2017-04-26
* LaTeX reader: Add support for \vdots (#3607)schrieveslaach2017-04-26
* HTML line block: Use class instead of style attribute.John MacFarlane2017-04-25
* LaTeX writer: fix error with line breaks after empty content.John MacFarlane2017-04-25
* LaTeX reader: better support for subfigure package.John MacFarlane2017-04-24
* TWiki reader: remove unnecessary $ (#3597)Alexander Krotov2017-04-24
* Org reader: allow multi-word arguments to src block paramsAlbert Krewinkel2017-04-23
* Org reader: stop adding rundoc prefix to src paramsAlbert Krewinkel2017-04-23
* Org reader: handle line numbering switch for src blocksAlbert Krewinkel2017-04-23
* HTML reader: Revise treatment of li with id attribute.John MacFarlane2017-04-23
* Use foundation-0.0.7.John MacFarlane2017-04-22
* Add siunitx Support (#3588)schrieveslaach2017-04-22
* Allow aeson 1.2.0.0.John MacFarlane2017-04-22
* Use skylighitng >= 0.3.3.John MacFarlane2017-04-22
* Use latest skylighting, lts.John MacFarlane2017-04-22
* Lua: drop useless filter function type parameterAlbert Krewinkel2017-04-18
* Org reader: allow emphasized text to be followed by `[`Albert Krewinkel2017-04-16
* Read image size of Inkscape SVGs (#3580)schrieveslaach2017-04-16
* Org reader: convert markup at beginning of footnotesAlbert Krewinkel2017-04-16
* Lua filter: revert to non-destructuring filtersAlbert Krewinkel2017-04-15
* Lua module: provide accessors to element propertiesAlbert Krewinkel2017-04-15
* Small fix to error reporting in App.John MacFarlane2017-04-15
* Avoid parsing "Notes:**" as a bare URI.John MacFarlane2017-04-15
* Error: Added PandocCouldNotFindDataFileError.John MacFarlane2017-04-15
* Fixed shadowing warningsJohn MacFarlane2017-04-15
* Docx reader: removed readDocxWithWarnings (API change).John MacFarlane2017-04-15
* App: use PandocOptionError instead of PandocAppError where appropriate.John MacFarlane2017-04-15
* Error: Added PandocFilterError.John MacFarlane2017-04-15