summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Add siunitx Support (#3588)schrieveslaach2017-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
* 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
* Error: Added PandocPDFErrorJohn MacFarlane2017-04-15
* Text.Pandoc.Error: added new constructors.John MacFarlane2017-04-15
* Revised error message for pandoc -t pdf.John MacFarlane2017-04-15
* Lua filter: use Attributes constructor for AttrsAlbert Krewinkel2017-04-15
* Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel2017-04-14
* Lua filter: Re-order code of stack value instancesAlbert Krewinkel2017-04-14
* Lua filter: use lua strings for nullary constructorsAlbert Krewinkel2017-04-14
* Avoid repeating StackValue instances definitionsAlbert Krewinkel2017-04-14
* Extract lua helper functions into Lua.Util moduleAlbert Krewinkel2017-04-14
* Use lua bools and strings for MetaBool, MetaStringAlbert Krewinkel2017-04-14
* Lua filter: use destructured functions for block filtersAlbert Krewinkel2017-04-14
* Drop dependency on hslua-aesonAlbert Krewinkel2017-04-14
* Push blocks via lua constructors and constantsAlbert Krewinkel2017-04-14
* Push inlines via lua constructors and constantsAlbert Krewinkel2017-04-14
* Use lua constructors to push meta valuesAlbert Krewinkel2017-04-13
* Lua filter: use destructured functions for inline filtersAlbert Krewinkel2017-04-12
* s/safed/saved/Alexander Krotov2017-04-14
* Man writer: Fix handling of nested font commands.John MacFarlane2017-04-12
* Lua filter: use custom StackValue Inline instanceAlbert Krewinkel2017-04-11
* Docx writer: don't take "distArchive" from datadir.John MacFarlane2017-04-10