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