aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2015-07-01ConTeXt: use `\goto` for internal links.John MacFarlane1-7/+2
2015-07-01Merge pull request #2255 from mchladek/odt_linebreakJohn MacFarlane1-1/+1
2015-07-01ConTeXt writer: Added a % at end for `\reference` to avoid spurious space.John MacFarlane1-2/+2
2015-07-01Do not add a carriage return after a hard line break in OpenDocument writer a...Michael Chladek1-1/+1
2015-06-28Removed unneeded import.John MacFarlane1-1/+1
2015-06-28Make sure we use dist version of reference.docx for some things.John MacFarlane1-2/+2
2015-06-28Let reference.docx/odt behave as if they are virtual data files.John MacFarlane2-43/+2
2015-06-27Removed unused import.John MacFarlane1-1/+0
2015-06-27Textile writer: escape `+` and `-` as entities.John MacFarlane1-0/+2
2015-06-27Plain writer: don't use symbols for super/subscript.John MacFarlane1-14/+10
2015-06-09Fix InDesign crash with URLs containing more than one colon charactergohai1-2/+9
2015-06-07DokuWiki writer: Use proper `<code>` tags for code blocks.John MacFarlane1-4/+4
2015-05-31Custom writer: fixed some compiler warnings for ghc < 7.10.John MacFarlane1-12/+17
2015-05-31Allow building with hslua 0.4.John MacFarlane1-0/+20
2015-05-28Better fix for #2187.John MacFarlane2-15/+57
2015-05-28ConTeXt writer: Add reference anchors to Div with ids.John MacFarlane1-1/+7
2015-05-28Texinfo writer: Removed tabs from source.John MacFarlane1-3/+3
2015-05-27LaTeX/beamer: added `setotherlanguages` in polyglossia.John MacFarlane1-3/+7
2015-05-27LaTeX writer: Make `mainlang` work when `lang` is in metadata.John MacFarlane1-2/+3
2015-05-27Fixed compiler warning.John MacFarlane1-1/+1
2015-05-27Revealjs: allow 'center' to be set to false.John MacFarlane1-0/+3
2015-05-27EPUB writer: Improved chapter splitting and internal link rewriting.John MacFarlane1-53/+34
2015-05-26Merge pull request #2141 from DigitalPublishingToolkit/icml-imagesJohn MacFarlane1-1/+3
2015-05-21EPUB writer: Split references into separate chapter.John MacFarlane1-0/+4
2015-05-20DocBook writer: add id to para if in Div with id element.John MacFarlane1-0/+8
2015-05-13Beamer: mark slide as `[fragile]` if header has `fragile` class.John MacFarlane1-2/+3
2015-05-13EPUB writer: Properly handle image URLs without an extension.John MacFarlane1-36/+42
2015-05-11Don't use sup element for epub footnotes.John MacFarlane1-2/+4
2015-05-11Fix image URIs in ICML output (v2)gohai1-1/+3
2015-05-09Improved warnings when image size can't be determined.John MacFarlane3-5/+13
2015-05-09ImageSize: make imageSize return an Either, not a Maybe.John MacFarlane3-7/+11
2015-05-09Revert "EPUB writer: stylesheet changes. Closes #2040."John MacFarlane1-26/+18
2015-05-08EPUB writer: stylesheet changes. Closes #2040.John MacFarlane1-18/+26
2015-05-05Deal with deprecation warning in Custom.John MacFarlane1-2/+10
2015-05-02LaTeX writer: Add a `\label` in `\hyperdef` for Div, Span.John MacFarlane1-2/+4
2015-05-01EPUB writer: Use plain writer for metadata dc: fields.John MacFarlane1-2/+5
2015-04-26EPUB writer: Remove linear=no from cover itemref.John MacFarlane1-1/+1
2015-04-26Merge pull request #2112 from lierdakil/issue2101John MacFarlane1-33/+29
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane22-44/+44
2015-04-26Custom Writer: Set foreign encoding to UTF-8Nikolay Yakimov1-33/+29
2015-04-21Custom writer: use UTF-8 aware bytestring conversion.John MacFarlane1-7/+8
2015-04-18Markdown writer: improved escaping.John MacFarlane1-2/+3
2015-04-17Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu...John MacFarlane1-3/+3
2015-04-17Merge pull request #2079 from lierdakil/rst-normalize-headingsJohn MacFarlane1-7/+36
2015-04-16RST Writer: treat headings in block quotes, etc as rubricsNikolay Yakimov1-7/+29
2015-04-14Docx Writer: Take TOC title from toc-title metadata fieldNikolay Yakimov1-1/+15
2015-04-13RST Writer: Normalize headings to sequential levelsNikolay Yakimov1-1/+8
2015-04-12Fixed toc depth in RST writer.John MacFarlane1-1/+1
2015-04-12ODT Writer: Figure captionsNikolay Yakimov2-4/+13
2015-04-07RST writer: better handling of raw latex inline.John MacFarlane1-6/+12