summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Revert "appveyor.yml: don't use matrix."John MacFarlane2017-05-24
* Parsing: Provide parseFromString'.John MacFarlane2017-05-24
* appveyor.yml: don't use matrix.John MacFarlane2017-05-24
* LaTeX reader: parse tikzpicture as raw verbatim environment...John MacFarlane2017-05-24
* Logging: Made SkippedContent WARNING not INFO.John MacFarlane2017-05-24
* HTML reader: Add `details` tag to list of block tags.John MacFarlane2017-05-24
* appveyor: turn off 64-bit build for now.John MacFarlane2017-05-24
* appveyor.yml: added fast_finish, fails if either job fails.John MacFarlane2017-05-24
* RST reader: reformatting (code line length).John MacFarlane2017-05-23
* RST Reader: parse list table directive (#3688)keiichiro shikano2017-05-23
* Fixed handling of soft hyphen (0173) in docx writer.John MacFarlane2017-05-23
* Shared.isURI: allow uppercase versions of known schemes.John MacFarlane2017-05-23
* Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel2017-05-23
* 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
* appveyor.yml - really fixed artifacts.John MacFarlane2017-05-19
* appveyor.yml - fix artifacts.John MacFarlane2017-05-19
* appveyor.yml: added comment with instructions to reset build cache.John MacFarlane2017-05-19
* Revert "appveyor.yml - reset cache when appveyor.yml changes."John MacFarlane2017-05-19
* appveyor.yml - reset cache when appveyor.yml changes.John MacFarlane2017-05-19
* Fixed appveyor.yml.John MacFarlane2017-05-19
* appveyor.yml updates.John MacFarlane2017-05-19
* appveyor.yml. Fix WINBIN path.John MacFarlane2017-05-19
* appveyor.yml - put stack executable in stack_root.John MacFarlane2017-05-19
* appveyor.yml fixes.John MacFarlane2017-05-19
* appveyor.yml improvements.John MacFarlane2017-05-19
* Org reader: fix smart parsing behaviorAlbert Krewinkel2017-05-18
* Fixed appveyor.yml.John MacFarlane2017-05-18
* appveyor: attempt two builds, one 32-bit, one 64-bit.John MacFarlane2017-05-18
* Don't render LaTeX images with data: URIs.John MacFarlane2017-05-18
* Test updates for latex template changes.John MacFarlane2017-05-18
* modified template.latex to fix XeLaTex being used with tables (#3661)lwolfsonkin2017-05-18
* Update Figure With Caption -> Captioned Figure in MANUAL.txt.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
* Lua module: allow omitting Attr in element constructorsAlbert Krewinkel2017-05-18
* Markdown writer: Fixed duplicated reference linksJohn MacFarlane2017-05-17