summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
Commit message (Expand)AuthorAge
* ConTeXt writer: remove unnecessary $ (#3482)Alexander Krotov2017-03-03
* RST reader: Handle multiline cells in simple tables.John MacFarlane2017-03-02
* LaTeX writer: add `\leavevmode` before hypertarget at start of paragraph.John MacFarlane2017-03-02
* LaTeX writer: use % after hypertarget before code blockJohn MacFarlane2017-03-02
* LaTeX writer: minor tweak to hypertarget (semantically irrelevant).John MacFarlane2017-03-02
* Removed unnecessary import.John MacFarlane2017-03-02
* Markdown reader: when splitting pipe table cells, skip tex math.John MacFarlane2017-03-02
* LaTeX writer: always add hypertarget when there's a non-empty identifier.John MacFarlane2017-03-01
* LaTeX reader: don't drop contents of \hypertarget.John MacFarlane2017-03-01
* Writers: Use gets to access MonadState where possible (#3480)Alexander Krotov2017-03-01
* Markdown writer: Fixed grid tables embedded in grid tables.John MacFarlane2017-03-01
* Markdown writer: Refactored gridTable to use widths in chars.John MacFarlane2017-03-01
* ODT writer: calculate aspect ratio for percentage-sized images (#3478)Mauro Bieg2017-03-01
* RST reader: implemented implicit internal header links.John MacFarlane2017-02-28
* Removed `--epub-stylesheet`; use `--css` instead.John MacFarlane2017-02-27
* LaTeX reader: Handle komascript `\dedication`.John MacFarlane2017-02-27
* Minor cleanups in LaTeX reader.John MacFarlane2017-02-27
* RST reader: support scale and align attributes of images.John MacFarlane2017-02-26
* ImageSize: export lengthToDim, new function scaleDimension.John MacFarlane2017-02-26
* `--self-contained`: don't incorporate elements with `data-external="1"`.John MacFarlane2017-02-26
* Fixed type sig for older GHC versions.John MacFarlane2017-02-25
* App: reverse optInputFiles so they come out in right order in templates.John MacFarlane2017-02-25
* Markdown writer: don't include variables in metadata blocks!John MacFarlane2017-02-25
* Fixed addVariablesToJSON.John MacFarlane2017-02-25
* Add `sourcefile` and `outputfile` template variables (#3439)Roland Hieber2017-02-25
* Writers.Shared: export metaToJSON', addVariablesToJSON.John MacFarlane2017-02-25
* Writers.Shared: Changed metaToJSON a bit.John MacFarlane2017-02-25
* AsciiDoc writer: use PandocMonad throughout.John MacFarlane2017-02-25
* Fetch images when generating PDF via context.John MacFarlane2017-02-25
* Docx writer: use Set for dynamic styles to avoid duplicates.John MacFarlane2017-02-25
* Docx writer: bookmarks for Span with id.John MacFarlane2017-02-25
* Docx writer bookmark improvements.John MacFarlane2017-02-25
* Make `--ascii` work with DocBook output too.John MacFarlane2017-02-25
* LaTeX reader: allow hspace and vspace to count as raw block or inline.John MacFarlane2017-02-25
* Revert "LaTeX reader: don't treat `\vspace` and `\hspace` as block commands."John MacFarlane2017-02-25
* Removed unnecessary import.John MacFarlane2017-02-24
* Use catchError instead of runExceptT.John MacFarlane2017-02-24
* Implemented `\graphicspath` in LaTeX reader.John MacFarlane2017-02-24
* Removed useless TEXINPUTS stuff for context2pdf.John MacFarlane2017-02-24
* Shared: remove 'warn'.John MacFarlane2017-02-24
* Logging: Remove UsingResourceFrom, add CouldNotConvertImageJohn MacFarlane2017-02-24
* Class: Add stResourcePath to CommonState, getResourcePath, setResourcePath.John MacFarlane2017-02-24
* EPUB reader: minor refactoring, avoiding explicit MediaBag handling.John MacFarlane2017-02-24
* Some fixes to the preceding revisions in SelfContained.John MacFarlane2017-02-24
* SelfContained: don't use data URIs for script or style.John MacFarlane2017-02-24
* Refactored getData from getDataURI in SelfContained.John MacFarlane2017-02-24
* Removed `\strut` at beginning of table cells.John MacFarlane2017-02-23
* Removed unnecessary import.John MacFarlane2017-02-23
* Special-case .stretch class for images in reveal.js.John MacFarlane2017-02-23
* Fix compiler warning for older GHC versions.John MacFarlane2017-02-23