aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-18Lua module: allow omitting Attr in element constructorsAlbert Krewinkel1-19/+21
2017-05-17Markdown writer: Fixed duplicated reference linksJohn MacFarlane2-11/+41
2017-05-17Merge pull request #3676 from labdsf/space-charJohn MacFarlane1-1/+1
2017-05-17Merge pull request #3677 from labdsf/anylinenewlineJohn MacFarlane5-8/+7
2017-05-17Move anyLineNewline to Parsing.hsAlexander Krotov5-8/+7
2017-05-17Txt2Tags parser: newline is not indentationAlexander Krotov1-1/+1
2017-05-16Org reader: replace `sequence . map` with `mapM`Albert Krewinkel2-3/+3
2017-05-16Org reader: put tree parsing code into dedicated moduleAlbert Krewinkel3-210/+263
2017-05-16Merge pull request #3671 from WUUUGI/horizont-spacingJohn MacFarlane2-3/+3
2017-05-16appveyor.yml: remove manual calls to editbin.John MacFarlane1-5/+0
2017-05-15MANUAL: remove refs to highlighting-kate.John MacFarlane1-2/+2
2017-05-15Textile reader: fix bug for certain links in table cells.John MacFarlane2-2/+18
2017-05-15appveyor.yml: proper editbin path both times...John MacFarlane1-1/+1
2017-05-15Fixed appveyor.yml syntax error.John MacFarlane1-1/+1
2017-05-15appveyor.yml: proper path for editbin.John MacFarlane1-1/+2
2017-05-15appveyor.yml: Don't install hsb2hs.John MacFarlane1-3/+0
2017-05-15appveyor.yml: make executables LARGEADDRESSAWAREJohn MacFarlane1-1/+5
2017-05-15Debian control: updated description.John MacFarlane1-9/+11
2017-05-15Debian control: added latex packages as 'suggested'.John MacFarlane1-0/+2
2017-05-15Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...Henri Werth2-3/+3
2017-05-15Merge pull request #3668 from tarleb/copyright-updateJohn MacFarlane74-145/+177
2017-05-14Org reader: add basic file inclusion mechanismAlbert Krewinkel8-5/+73
2017-05-14Parsing: add `insertIncludedFilesF` which returns F blocksAlbert Krewinkel1-7/+24
2017-05-14Parsing: introduce `HasIncludeFiles` type classAlbert Krewinkel1-9/+22
2017-05-14Parsing: replace partial with total functionAlbert Krewinkel1-1/+1
2017-05-13COPYRIGHT: list new files not written by JohnAlbert Krewinkel1-0/+25
2017-05-13Update dates in copyright noticesAlbert Krewinkel74-145/+152
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