summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Let `--eol` take `native` as an argument.John MacFarlane2017-05-22
* Move indentWith to Text.Pandoc.Parsing (#3687)Alexander Krotov2017-05-22
* Text.Pandoc.App: ToJSON and FromJSON instances for Opts.John MacFarlane2017-05-21
* Finished implemtation of `--resource-path`.John MacFarlane2017-05-21
* PDF: Got --resource-path working with pdf output.John MacFarlane2017-05-20
* PDF: better error message for non-converted svg images.John MacFarlane2017-05-20
* RST reader: make use of anyLineNewline (#3686)Alexander Krotov2017-05-20
* Improve SVG image size code.Marc Schreiber2017-05-20
* PDF: Refactoring, makePDF is now in PandocIO [API change].John MacFarlane2017-05-20
* Added `--resource-path=SEARCHPATH` command line option.John MacFarlane2017-05-20
* SelfContained: handle @import with quoted string.John MacFarlane2017-05-20
* SelfContained: fixed problem with embedded fonts.John MacFarlane2017-05-20
* RST writer: add empty comments when needed...John MacFarlane2017-05-19
* Org reader: fix smart parsing behaviorAlbert Krewinkel2017-05-18
* Don't render LaTeX images with data: URIs.John MacFarlane2017-05-18
* Docx writer: Change FigureWithCaption to CaptionedFigure (#3658)Ian2017-05-18
* Don't double extract images from docx.John MacFarlane2017-05-18
* Markdown: allow attributes in reference links to start on next line.John MacFarlane2017-05-18
* Add `--eol` flag and writer option to control line endings.Stefan Dresselhaus2017-05-18
* Markdown writer: Fixed duplicated reference linksJohn MacFarlane2017-05-17
* Merge pull request #3676 from labdsf/space-charJohn MacFarlane2017-05-17
|\
| * Txt2Tags parser: newline is not indentationAlexander Krotov2017-05-17
* | Merge pull request #3677 from labdsf/anylinenewlineJohn MacFarlane2017-05-17
|\ \
| * | Move anyLineNewline to Parsing.hsAlexander Krotov2017-05-17
| |/
* | Org reader: replace `sequence . map` with `mapM`Albert Krewinkel2017-05-16
* | Org reader: put tree parsing code into dedicated moduleAlbert Krewinkel2017-05-16
* | Org reader: add basic file inclusion mechanismAlbert Krewinkel2017-05-14
* | Parsing: add `insertIncludedFilesF` which returns F blocksAlbert Krewinkel2017-05-14
* | Parsing: introduce `HasIncludeFiles` type classAlbert Krewinkel2017-05-14
* | Parsing: replace partial with total functionAlbert Krewinkel2017-05-14
|/
* Merge pull request #3671 from WUUUGI/horizont-spacingJohn MacFarlane2017-05-16
|\
| * Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...Henri Werth2017-05-15
* | Textile reader: fix bug for certain links in table cells.John MacFarlane2017-05-15
* | Update dates in copyright noticesAlbert Krewinkel2017-05-13
|/
* Add haddock module description to FB2 writerAlbert Krewinkel2017-05-13
* Change maintainer line in Org writer moduleAlbert Krewinkel2017-05-13
* Replace `repeat' and `take' with `replicate' once moreAlexander Krotov2017-05-12
* Combine grid table parsersAlbert Krewinkel2017-05-11
* Markdown writer: missing \n (#3647)David A Roberts2017-05-07
* Muse writer: Indent tables with one space (#3649)Alexander Krotov2017-05-07
* Rename fillMedia -> fillMediaBag.John MacFarlane2017-05-07
* PDF: use fillMedia and extractMedia to extract media to tmp dir.John MacFarlane2017-05-07
* Moved fillMedia, extractMedia from App to Class.John MacFarlane2017-05-07
* Added PandocHttpException, trap exceptions in fetching from URLs.John MacFarlane2017-05-07
* Remove https flag.John MacFarlane2017-05-07
* fillMediaBag: don't cause fatal error if resource not found.John MacFarlane2017-05-07
* Allow `--extract-media` to work with non-binary input formats.John MacFarlane2017-05-07
* Simplify plumbing for document transformation.John MacFarlane2017-05-07
* Markdown reader: improved parsing of indented raw HTML blocks.John MacFarlane2017-05-06
* LaTeX reader: Better handling of comments inside math environments.John MacFarlane2017-05-06