summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* 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
* LaTeX writer: Add a `\label` in `\hyperdef` for Div, Span.John MacFarlane2015-05-02
* EPUB writer: Use plain writer for metadata dc: fields.John MacFarlane2015-05-01
* EPUB writer: Remove linear=no from cover itemref.John MacFarlane2015-04-26
* Merge pull request #2112 from lierdakil/issue2101John MacFarlane2015-04-26
|\
| * Custom Writer: Set foreign encoding to UTF-8Nikolay Yakimov2015-04-26
* | Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
|/
* Custom writer: use UTF-8 aware bytestring conversion.John MacFarlane2015-04-21
* Markdown writer: improved escaping.John MacFarlane2015-04-18
* Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu...John MacFarlane2015-04-17
|\
| * LaTeX writer: Use a declaration for tight listsJose Luis Duran2014-09-01
* | Merge pull request #2079 from lierdakil/rst-normalize-headingsJohn MacFarlane2015-04-17
|\ \
| * | RST Writer: treat headings in block quotes, etc as rubricsNikolay Yakimov2015-04-16