aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-02Markdown writer: Case-insensitive reference links. (#3616)David A Roberts1-14/+16
2017-05-02FB2 writer: Add support for "lang" metadata (#3625)Alexander Krotov1-2/+7
2017-04-30Lua filter: fall-back to global filters when none is returnedAlbert Krewinkel1-1/+12
2017-04-30Lua module: simplify Attributes, rename to AttrAlbert Krewinkel1-1/+1
2017-04-30Lua module: make Header argument order consistentAlbert Krewinkel1-1/+1
2017-04-30Provide shared F monad functions for Markdown and Org readersAlbert Krewinkel4-52/+36
2017-04-30Add returnF to Text.Pandoc.ParsingAlexander Krotov2-3/+3
2017-04-30Org reader: Avoid creating nullMeta by applying setMeta directlyAlexander Krotov1-4/+1
2017-04-29LaTeX writer: Fix problem with escaping in lstinline.John MacFarlane1-1/+6
2017-04-28LaTeX writer: don't use lstinline it \item[..].John MacFarlane1-1/+7
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 Krewinkel2-67/+28
2017-04-26API change: move writer functions to Text.Pandoc.WritersAlbert Krewinkel2-154/+195
2017-04-26API change: move reader functions to Text.Pandoc.ReadersAlbert Krewinkel2-92/+150
2017-04-26API change: move extension handling to Text.Pandoc.ExtensionsAlbert Krewinkel2-64/+75
2017-04-26Lua filter: allow filtering of meta data onlyAlbert Krewinkel1-1/+13
2017-04-26Lua filter: allow natural access to meta elementsAlbert Krewinkel1-1/+1
2017-04-26LaTeX reader: Add basic support for hyphenat package (#3603)schrieveslaach1-1/+13
2017-04-26Simplify linkText in Text.Pandoc.Readers.TWiki (#3605)Alexander Krotov1-2/+2
2017-04-26LaTeX reader: Add support for \vdots (#3607)schrieveslaach1-0/+1
2017-04-25HTML line block: Use class instead of style attribute.John MacFarlane1-1/+1
2017-04-25LaTeX writer: fix error with line breaks after empty content.John MacFarlane1-19/+28
2017-04-24LaTeX reader: better support for subfigure package.John MacFarlane1-5/+11
2017-04-24TWiki reader: remove unnecessary $ (#3597)Alexander Krotov1-1/+1
2017-04-23Org reader: allow multi-word arguments to src block paramsAlbert Krewinkel1-2/+5
2017-04-23Org reader: stop adding rundoc prefix to src paramsAlbert Krewinkel3-39/+24
2017-04-23Org reader: handle line numbering switch for src blocksAlbert Krewinkel1-13/+57
2017-04-23HTML reader: Revise treatment of li with id attribute.John MacFarlane1-2/+6
2017-04-22Add siunitx Support (#3588)schrieveslaach1-0/+17
2017-04-18Lua: drop useless filter function type parameterAlbert Krewinkel1-28/+20
2017-04-16Org reader: allow emphasized text to be followed by `[`Albert Krewinkel1-1/+1
2017-04-16Read image size of Inkscape SVGs (#3580)schrieveslaach1-4/+4
2017-04-16Org reader: convert markup at beginning of footnotesAlbert Krewinkel1-1/+1
2017-04-15Lua filter: revert to non-destructuring filtersAlbert Krewinkel1-66/+46
2017-04-15Small fix to error reporting in App.John MacFarlane1-4/+2
2017-04-15Avoid parsing "Notes:**" as a bare URI.John MacFarlane1-0/+2
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 Krewinkel1-14/+26
2017-04-14Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel1-3/+23
2017-04-14Lua filter: Re-order code of stack value instancesAlbert Krewinkel1-106/+122
2017-04-14Lua filter: use lua strings for nullary constructorsAlbert Krewinkel1-80/+19
2017-04-14Avoid repeating StackValue instances definitionsAlbert Krewinkel4-156/+165