summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* Merge pull request #2369 from mb21/language-variablesJohn MacFarlane2015-09-22
|\
| * `lang` variable is now in BCP47 formatmb212015-08-20
* | [RST Writer] Don't normalize heading levels below input minimumNikolay Yakimov2015-09-19
* | Markdown writer: in TOC, add links to headers.John MacFarlane2015-09-17
* | Use user data directory for reference docx archive.John MacFarlane2015-09-09
|/
* RST writer: ensure that `\ ` is inserted when needed...John MacFarlane2015-08-13
* RST writer: Don't insert `\ ` when complex expression in matched pairs.John MacFarlane2015-08-12
* Docx writer: Moved invalid character stripping to `formattedString`.John MacFarlane2015-08-10
* DZSlides: Add `role="note"` for speaker notes.John MacFarlane2015-07-21
* Removed unneeded import.John MacFarlane2015-07-16
* LaTeX writer: Fixed detection of 'chapters' from template.John MacFarlane2015-07-16
* Updated to use cmark >= 0.4.John MacFarlane2015-07-14
* HTML writer: support speaker notes in dzslides.John MacFarlane2015-07-13
* DokuWiki: write $..$ instead of <math>..</math>Tiziano Müller2015-07-13
* Correct superscript/subscript.Andrew Dunning2015-07-08
* Fixed email javascript obfuscation with mailto: URLs.John MacFarlane2015-07-07
* ConTeXt: use `\goto` for internal links.John MacFarlane2015-07-01
* Merge pull request #2255 from mchladek/odt_linebreakJohn MacFarlane2015-07-01
|\
| * Do not add a carriage return after a hard line break in OpenDocument writer a...Michael Chladek2015-07-01
* | ConTeXt writer: Added a % at end for `\reference` to avoid spurious space.John MacFarlane2015-07-01
|/
* Removed unneeded import.John MacFarlane2015-06-28
* Make sure we use dist version of reference.docx for some things.John MacFarlane2015-06-28
* Let reference.docx/odt behave as if they are virtual data files.John MacFarlane2015-06-28
* Removed unused import.John MacFarlane2015-06-27
* Textile writer: escape `+` and `-` as entities.John MacFarlane2015-06-27
* Plain writer: don't use symbols for super/subscript.John MacFarlane2015-06-27
* Fix InDesign crash with URLs containing more than one colon charactergohai2015-06-09
* DokuWiki writer: Use proper `<code>` tags for code blocks.John MacFarlane2015-06-07
* Custom writer: fixed some compiler warnings for ghc < 7.10.John MacFarlane2015-05-31
* Allow building with hslua 0.4.John MacFarlane2015-05-31
* Better fix for #2187.John MacFarlane2015-05-28
* ConTeXt writer: Add reference anchors to Div with ids.John MacFarlane2015-05-28
* Texinfo writer: Removed tabs from source.John MacFarlane2015-05-28
* LaTeX/beamer: added `setotherlanguages` in polyglossia.John MacFarlane2015-05-27
* LaTeX writer: Make `mainlang` work when `lang` is in metadata.John MacFarlane2015-05-27
* Fixed compiler warning.John MacFarlane2015-05-27
* Revealjs: allow 'center' to be set to false.John MacFarlane2015-05-27
* EPUB writer: Improved chapter splitting and internal link rewriting.John MacFarlane2015-05-27
* Merge pull request #2141 from DigitalPublishingToolkit/icml-imagesJohn MacFarlane2015-05-26
|\
| * Fix image URIs in ICML output (v2)gohai2015-05-11
* | EPUB writer: Split references into separate chapter.John MacFarlane2015-05-21
* | DocBook writer: add id to para if in Div with id element.John MacFarlane2015-05-20
* | Beamer: mark slide as `[fragile]` if header has `fragile` class.John MacFarlane2015-05-13
* | EPUB writer: Properly handle image URLs without an extension.John MacFarlane2015-05-13
* | Don't use sup element for epub footnotes.John MacFarlane2015-05-11
|/
* Improved warnings when image size can't be determined.John MacFarlane2015-05-09
* ImageSize: make imageSize return an Either, not a Maybe.John MacFarlane2015-05-09
* Revert "EPUB writer: stylesheet changes. Closes #2040."John MacFarlane2015-05-09
* EPUB writer: stylesheet changes. Closes #2040.John MacFarlane2015-05-08
* Deal with deprecation warning in Custom.John MacFarlane2015-05-05