summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
Commit message (Expand)AuthorAge
...
* 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
* Restore "Fetching..." message with openURL if --verbose.John MacFarlane2017-02-23
* Use PandocIOError in Class.John MacFarlane2017-02-23
* Error: Changed PandocFileReadError to PandocIOErrorJohn MacFarlane2017-02-23
* Shared.openURL: Changed type from an Either.John MacFarlane2017-02-23
* PDF: make sure that verbosity is respected when we fetch items.John MacFarlane2017-02-23
* Put makeSelfContained in PandocMonad instead of IO.John MacFarlane2017-02-23
* Pretty: simplified definition of realLength.John MacFarlane2017-02-23
* Added emf to mimeTypes with type application/x-msmetafile.John MacFarlane2017-02-22
* When parsing raw LaTeX commands, include trailing space.John MacFarlane2017-02-22
* imageSize interface changemb212017-02-22
* make imageSize recognize basic SVG dimensions, see #3462mb212017-02-22
* MediaWiki reader: ensure that list starts begin at left margin.John MacFarlane2017-02-21
* MediaWiki writer: Remove newline before `</ref>`.John MacFarlane2017-02-21
* MediaWiki writer: add display attribute on `<math>` tags.John MacFarlane2017-02-21
* MediaWiki reader: fixed more table issues.John MacFarlane2017-02-21
* MediaWiki reader: Allow blank line after table start.John MacFarlane2017-02-21