aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-15Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...Henri Werth2-3/+3
2017-05-13Add haddock module description to FB2 writerAlbert Krewinkel1-1/+11
2017-05-13Change maintainer line in Org writer moduleAlbert Krewinkel1-1/+1
2017-05-12Replace `repeat' and `take' with `replicate' once moreAlexander Krotov1-1/+1
2017-05-12Replace `repeat' and `take' with `replicate'Alexander Krotov1-1/+1
2017-05-11Combine grid table parsersAlbert Krewinkel5-143/+94
2017-05-09LaTeX: Load `parskip` before `hyperref`. (#3654)Václav Haisman5-33/+33
2017-05-08Fix links inside captions in LaTeX output with links-as-notes.Václav Haisman1-1/+1
2017-05-07Markdown writer: missing \n (#3647)David A Roberts1-1/+1
2017-05-07Muse writer: Indent tables with one space (#3649)Alexander Krotov3-37/+37
2017-05-07Rename fillMedia -> fillMediaBag.John MacFarlane3-7/+8
2017-05-07PDF: use fillMedia and extractMedia to extract media to tmp dir.John MacFarlane1-39/+11
2017-05-07Moved fillMedia, extractMedia from App to Class.John MacFarlane2-52/+56
2017-05-07Added PandocHttpException, trap exceptions in fetching from URLs.John MacFarlane4-9/+26
2017-05-07Remove https flag.John MacFarlane5-34/+4
2017-05-07fillMediaBag: don't cause fatal error if resource not found.John MacFarlane1-10/+19
2017-05-07Updated documentation for `--extract-media`.John MacFarlane1-4/+9
2017-05-07Allow `--extract-media` to work with non-binary input formats.John MacFarlane1-4/+26
2017-05-07Use fewer quickcheck tests for lua tests, to speed things up.John MacFarlane1-3/+3
2017-05-07Simplify plumbing for document transformation.John MacFarlane1-25/+21
2017-05-06Markdown reader: improved parsing of indented raw HTML blocks.John MacFarlane2-1/+49
2017-05-06LaTeX reader: Better handling of comments inside math environments.John MacFarlane2-30/+56
2017-05-06Fix keyval funtion: pandoc did not parse options in braces correctly.… (#3642)schrieveslaach2-1/+26
2017-05-06Small reformatting in MANUAL.John MacFarlane1-41/+45
2017-05-06ConTeXt template: improved font handling.John MacFarlane3-18/+33
2017-05-06Drop redundant import of sortAlbert Krewinkel1-1/+1
2017-05-06Org reader: support macrosAlbert Krewinkel5-1/+102
2017-05-05Revert "SelfContained: special handling for css @import."John MacFarlane1-36/+5
2017-05-05SelfContained: special handling for css @import.John MacFarlane1-5/+36
2017-05-05SelfContained: Handle url() inside material retrieved from url().John MacFarlane1-3/+12
2017-05-04Include `backtick_code_blocks` extension in `mardkown_mmd`.John MacFarlane1-0/+1
2017-05-04Muse writer: omit automatic header identifiers (#3633)Alexander Krotov2-41/+10
2017-05-03Org reader: support table.el tablesAlbert Krewinkel4-8/+52
2017-05-02Generalize tableWith, gridTableWithAlbert Krewinkel2-26/+35
2017-05-03Markdown writer: better escaping for links (#3628)David A Roberts2-1/+38
2017-05-03LaTeX reader: Add support for tabularx environment (#3632)schrieveslaach2-1/+116
2017-05-03Markdown Writer: put space before reference link definitionsMauro Bieg2-1/+9
2017-05-02Added PandocResourceNotFound error.John MacFarlane6-29/+14
2017-05-02stack.yaml: use lts-8.12.John MacFarlane3-7/+4
2017-05-02Markdown writer: Case-insensitive reference links. (#3616)David A Roberts2-14/+34
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 Krewinkel4-2/+25
2017-04-30Document lua filtersAlbert Krewinkel1-0/+109
2017-04-30Lua module: simplify Attributes, rename to AttrAlbert Krewinkel2-60/+27
2017-04-30Lua module: make Header argument order consistentAlbert Krewinkel2-3/+3
2017-04-30Lua module: add example for usage of `read`Albert Krewinkel1-1/+11
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 MacFarlane6-2/+20