aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane26-0/+26
2015-11-01LaTeX writer: properly handle footnotes in captions.John MacFarlane1-15/+18
2015-11-01LaTeX writer: avoid footnotes in list of figures.John MacFarlane1-1/+14
2015-10-30HTML writer: use width on whole table if col widths sum to < 100%.John MacFarlane1-2/+9
2015-10-28LaTeX writer: add `\protect` to `\hyperlink`.John MacFarlane1-1/+1
2015-10-27LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.John MacFarlane1-17/+9
2015-10-26Added de-CH-1901, fixed el-polytonnickbart19801-2/+3
2015-10-25LaTeX writer: \textarabic fixmb211-1/+1
2015-10-22Avoid compiler warning for unused identifier.John MacFarlane1-1/+1
2015-10-22Textile writer: support start number in ordered lists.John MacFarlane1-7/+18
2015-10-18LaTeX and ConTeXt writers: support lang attribute on divs and spansmb212-32/+110
2015-10-15Support all frame attributes in Beamer.John MacFarlane1-2/+5
2015-10-15Use unicode super/subscripts for digits in plain output.John MacFarlane1-3/+14
2015-10-14More changes to avoid compiler warnings on ghc 7.10.John MacFarlane3-8/+11
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane13-15/+1
2015-10-13LaTeX writer: add `\protect` to `\hyperdef` in inline context.John MacFarlane1-1/+1
2015-10-13epub with `--webtex`: include image file rather than data: URI.John MacFarlane1-12/+8
2015-10-12RST writer: do header normalization only in "standalone" mode.John MacFarlane1-8/+5
2015-10-12Revert "RST writer: tweaks to header normalization."John MacFarlane1-22/+4
2015-10-12RST writer: tweaks to header normalization.John MacFarlane1-4/+22
2015-10-11Percent-encode more special characters in URLs.John MacFarlane1-5/+5
2015-10-11HTML reader/writer: better handling of "section" elements.John MacFarlane1-2/+5
2015-10-11Native writer: format Div properly, with blocks separated.John MacFarlane1-0/+2
2015-10-10Merge pull request #2441 from mb21/polyglossia-langJohn MacFarlane1-20/+36
2015-10-07Change variable to polyglossia-lang.name and .optionsmb211-20/+36
2015-10-01Set the template variable $pandoc-version$ to pandocVersion by default.Alex Vong1-0/+1
2015-10-01Set the template variable $hyphenate$ to true by defaultAlex Vong1-0/+1
2015-09-26Merge pull request #2419 from mb21/bidiJohn MacFarlane2-13/+40
2015-09-26Support bidirectional text output with XeLaTeX, ConTeXt and HTMLmb212-13/+40
2015-09-26Removed unneeded import.John MacFarlane1-1/+0
2015-09-25Correctly recognize book documentclass in metadata.John MacFarlane1-1/+1
2015-09-22Merge pull request #2369 from mb21/language-variablesJohn MacFarlane2-12/+176
2015-09-19[RST Writer] Don't normalize heading levels below input minimumNikolay Yakimov1-1/+7
2015-09-17Markdown writer: in TOC, add links to headers.John MacFarlane1-2/+5
2015-09-09Use user data directory for reference docx archive.John MacFarlane1-1/+1
2015-08-20`lang` variable is now in BCP47 formatmb212-12/+176
2015-08-13RST writer: ensure that `\ ` is inserted when needed...John MacFarlane1-0/+2
2015-08-12RST writer: Don't insert `\ ` when complex expression in matched pairs.John MacFarlane1-3/+4
2015-08-10Docx writer: Moved invalid character stripping to `formattedString`.John MacFarlane1-4/+4
2015-07-21DZSlides: Add `role="note"` for speaker notes.John MacFarlane1-1/+2
2015-07-16Removed unneeded import.John MacFarlane1-2/+1
2015-07-16LaTeX writer: Fixed detection of 'chapters' from template.John MacFarlane1-3/+11
2015-07-14Updated to use cmark >= 0.4.John MacFarlane1-4/+4
2015-07-13HTML writer: support speaker notes in dzslides.John MacFarlane1-0/+1
2015-07-13DokuWiki: write $..$ instead of <math>..</math>Tiziano Müller1-1/+1
2015-07-08Correct superscript/subscript.Andrew Dunning1-3/+3
2015-07-07Fixed email javascript obfuscation with mailto: URLs.John MacFarlane1-2/+2
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