aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2015-12-13Fixed ICML image syntax for local files.John MacFarlane1-1/+1
2015-12-13Use posix path separators in ICML link URIs.John MacFarlane1-1/+1
2015-12-13AsciiDoc writer: support anchors in spans with id elements.John MacFarlane1-1/+5
2015-12-13AsciiDoc writers: Add anchors on Div elements.John MacFarlane1-1/+4
2015-12-12Restore no wrapping of XML in Docx, ODT.John MacFarlane2-2/+2
2015-12-12FB2 writer: support SoftBreak.John MacFarlane1-1/+2
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane25-69/+177
2015-12-01Docx writer: better handling of PDF images.John MacFarlane1-8/+2
2015-11-24Markdown writer: use raw HTML for link/image attributes whenJohn MacFarlane1-2/+12
2015-11-23Beamer writer: mark frame as fragile when it contains verbatim.John MacFarlane1-5/+1
2015-11-23AsciiDoc writer: Fixed code blocks.John MacFarlane1-7/+6
2015-11-23Define a `meta-json` variable for all writers.John MacFarlane2-3/+6
2015-11-19Renamed link attribute extensions.John MacFarlane1-1/+1
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane23-229/+443
2015-11-19Merge pull request #2532 from michaelbeaumont/fix-2530John MacFarlane1-5/+3
2015-11-19Merge pull request #2506 from adunning/patch-1John MacFarlane1-3/+0
2015-11-16Haddock writer: omit formatting inside links.John MacFarlane1-2/+2
2015-11-16ICML writer: better handling of math.John MacFarlane1-1/+3
2015-11-16HTML writer: Include `example` class for example lists.John MacFarlane1-0/+3
2015-11-15Docx writer: insert space between footnote ref and footnote.John MacFarlane1-2/+2
2015-11-14Allow more customization of opendocument styles.John MacFarlane1-2/+1
2015-11-15Interpret pauses correctly for all headersmichaelbeaumont1-5/+3
2015-11-12EPUB writer: don't download linked media when `data-external` attribute set.John MacFarlane1-1/+2
2015-11-12LaTeX writer: set `colorlinks`...John MacFarlane1-1/+4
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane2-0/+2
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane26-26/+0
2015-11-09Remove redundant `center` variable for reveal.js.Andrew Dunning1-3/+0
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