aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-28LaTeX writer: don't use lstinline it \item[..].John MacFarlane2-1/+19
2017-04-28Ms writer: make use of already defined render' (#3613)Alexander Krotov1-2/+2
2017-04-28Muse writer: Do not reflow directives (#3614)Alexander Krotov1-2/+2
2017-04-26Lua module: provide simple `read` format parserAlbert Krewinkel4-68/+44
2017-04-26API change: move writer functions to Text.Pandoc.WritersAlbert Krewinkel3-154/+196
2017-04-26API change: move reader functions to Text.Pandoc.ReadersAlbert Krewinkel3-92/+151
2017-04-26API change: move extension handling to Text.Pandoc.ExtensionsAlbert Krewinkel2-64/+75
2017-04-26Lua filter: allow filtering of meta data onlyAlbert Krewinkel2-1/+25
2017-04-26Lua filter: allow natural access to meta elementsAlbert Krewinkel2-14/+19
2017-04-26LaTeX reader: Add basic support for hyphenat package (#3603)schrieveslaach2-1/+62
2017-04-26Simplify linkText in Text.Pandoc.Readers.TWiki (#3605)Alexander Krotov1-2/+2
2017-04-26LaTeX reader: Add support for \vdots (#3607)schrieveslaach2-0/+13
2017-04-25HTML line block: Use class instead of style attribute.John MacFarlane16-1/+16
2017-04-25LaTeX writer: fix error with line breaks after empty content.John MacFarlane2-19/+42
2017-04-24LaTeX reader: better support for subfigure package.John MacFarlane2-5/+46
2017-04-24TWiki reader: remove unnecessary $ (#3597)Alexander Krotov1-1/+1
2017-04-23Org reader: allow multi-word arguments to src block paramsAlbert Krewinkel2-2/+14
2017-04-23Org reader: stop adding rundoc prefix to src paramsAlbert Krewinkel4-72/+50
2017-04-23Org reader: handle line numbering switch for src blocksAlbert Krewinkel2-13/+66
2017-04-23HTML reader: Revise treatment of li with id attribute.John MacFarlane2-2/+67
2017-04-22Use foundation-0.0.7.John MacFarlane2-0/+2
2017-04-22Add siunitx Support (#3588)schrieveslaach2-0/+38
2017-04-22Allow aeson 1.2.0.0.John MacFarlane1-1/+1
2017-04-22Use skylighitng >= 0.3.3.John MacFarlane1-2/+2
2017-04-22Use latest skylighting, lts.John MacFarlane2-5/+4
2017-04-18Lua: drop useless filter function type parameterAlbert Krewinkel1-28/+20
2017-04-16Org reader: allow emphasized text to be followed by `[`Albert Krewinkel2-1/+11
2017-04-16Read image size of Inkscape SVGs (#3580)schrieveslaach1-4/+4
2017-04-16Org reader: convert markup at beginning of footnotesAlbert Krewinkel2-1/+11
2017-04-15Lua filter: revert to non-destructuring filtersAlbert Krewinkel5-77/+58
2017-04-15Lua module: provide accessors to element propertiesAlbert Krewinkel1-39/+109
2017-04-15Small fix to error reporting in App.John MacFarlane1-4/+2
2017-04-15Avoid parsing "Notes:**" as a bare URI.John MacFarlane2-0/+8
2017-04-15Error: Added PandocCouldNotFindDataFileError.John MacFarlane3-7/+9
2017-04-15Fixed shadowing warningsJohn MacFarlane1-5/+5
2017-04-15Docx reader: removed readDocxWithWarnings (API change).John MacFarlane1-9/+1
2017-04-15App: use PandocOptionError instead of PandocAppError where appropriate.John MacFarlane1-16/+16
2017-04-15Error: Added PandocFilterError.John MacFarlane2-8/+7
2017-04-15Error: Added PandocPDFErrorJohn MacFarlane2-1/+3
2017-04-15Text.Pandoc.Error: added new constructors.John MacFarlane2-9/+13
2017-04-15Revised error message for pandoc -t pdf.John MacFarlane1-4/+4
2017-04-15Lua filter: use Attributes constructor for AttrsAlbert Krewinkel2-30/+76
2017-04-15Lua module: fix doc generation, reorder codeAlbert Krewinkel1-69/+60
2017-04-15Lua module: provide builder functions for math and quotedAlbert Krewinkel1-4/+42
2017-04-14Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel4-21/+52
2017-04-14Lua filter: Re-order code of stack value instancesAlbert Krewinkel1-106/+122
2017-04-14Lua filter: use lua strings for nullary constructorsAlbert Krewinkel2-124/+41
2017-04-14Avoid repeating StackValue instances definitionsAlbert Krewinkel5-156/+166
2017-04-14Extract lua helper functions into Lua.Util moduleAlbert Krewinkel5-131/+152
2017-04-14Use lua bools and strings for MetaBool, MetaStringAlbert Krewinkel1-2/+2