Age | Commit message (Expand) | Author | Files | Lines |
2015-12-13 | Fixed ICML image syntax for local files. | John MacFarlane | 1 | -1/+1 |
2015-12-13 | Use posix path separators in ICML link URIs. | John MacFarlane | 1 | -1/+1 |
2015-12-13 | ODT/OpenDocument writer: improved image attributes | mb21 | 2 | -27/+34 |
2015-12-13 | AsciiDoc writer: support anchors in spans with id elements. | John MacFarlane | 1 | -1/+5 |
2015-12-13 | AsciiDoc writers: Add anchors on Div elements. | John MacFarlane | 1 | -1/+4 |
2015-12-12 | Restore no wrapping of XML in Docx, ODT. | John MacFarlane | 2 | -2/+2 |
2015-12-12 | FB2 writer: support SoftBreak. | John MacFarlane | 1 | -1/+2 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 25 | -69/+177 |
2015-12-01 | Docx writer: better handling of PDF images. | John MacFarlane | 1 | -8/+2 |
2015-11-24 | Markdown writer: use raw HTML for link/image attributes when | John MacFarlane | 1 | -2/+12 |
2015-11-23 | Beamer writer: mark frame as fragile when it contains verbatim. | John MacFarlane | 1 | -5/+1 |
2015-11-23 | AsciiDoc writer: Fixed code blocks. | John MacFarlane | 1 | -7/+6 |
2015-11-23 | Define a `meta-json` variable for all writers. | John MacFarlane | 2 | -3/+6 |
2015-11-19 | Renamed link attribute extensions. | John MacFarlane | 1 | -1/+1 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 23 | -229/+443 |
2015-11-19 | Merge pull request #2532 from michaelbeaumont/fix-2530 | John MacFarlane | 1 | -5/+3 |
2015-11-19 | Merge pull request #2506 from adunning/patch-1 | John MacFarlane | 1 | -3/+0 |
2015-11-16 | Haddock writer: omit formatting inside links. | John MacFarlane | 1 | -2/+2 |
2015-11-16 | ICML writer: better handling of math. | John MacFarlane | 1 | -1/+3 |
2015-11-16 | HTML writer: Include `example` class for example lists. | John MacFarlane | 1 | -0/+3 |
2015-11-15 | Docx writer: insert space between footnote ref and footnote. | John MacFarlane | 1 | -2/+2 |
2015-11-14 | Allow more customization of opendocument styles. | John MacFarlane | 1 | -2/+1 |
2015-11-15 | Interpret pauses correctly for all headers | michaelbeaumont | 1 | -5/+3 |
2015-11-12 | EPUB writer: don't download linked media when `data-external` attribute set. | John MacFarlane | 1 | -1/+2 |
2015-11-12 | LaTeX writer: set `colorlinks`... | John MacFarlane | 1 | -1/+4 |
2015-11-09 | Restored Text.Pandoc.Compat.Monoid. | John MacFarlane | 2 | -0/+2 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 26 | -26/+0 |
2015-11-09 | Remove redundant `center` variable for reveal.js. | Andrew Dunning | 1 | -3/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 26 | -0/+26 |
2015-11-01 | LaTeX writer: properly handle footnotes in captions. | John MacFarlane | 1 | -15/+18 |
2015-11-01 | LaTeX writer: avoid footnotes in list of figures. | John MacFarlane | 1 | -1/+14 |
2015-10-30 | HTML writer: use width on whole table if col widths sum to < 100%. | John MacFarlane | 1 | -2/+9 |
2015-10-28 | LaTeX writer: add `\protect` to `\hyperlink`. | John MacFarlane | 1 | -1/+1 |
2015-10-27 | LaTeX writer: Use `\hypertarget` and `\hyperlink` for links. | John MacFarlane | 1 | -17/+9 |
2015-10-26 | Added de-CH-1901, fixed el-polyton | nickbart1980 | 1 | -2/+3 |
2015-10-25 | LaTeX writer: \textarabic fix | mb21 | 1 | -1/+1 |
2015-10-22 | Avoid compiler warning for unused identifier. | John MacFarlane | 1 | -1/+1 |
2015-10-22 | Textile writer: support start number in ordered lists. | John MacFarlane | 1 | -7/+18 |
2015-10-18 | LaTeX and ConTeXt writers: support lang attribute on divs and spans | mb21 | 2 | -32/+110 |
2015-10-17 | Consider header files when determining whether to use csquotes. | Andreas Lööw | 1 | -2/+7 |
2015-10-15 | Support all frame attributes in Beamer. | John MacFarlane | 1 | -2/+5 |
2015-10-15 | Use unicode super/subscripts for digits in plain output. | John MacFarlane | 1 | -3/+14 |
2015-10-14 | More changes to avoid compiler warnings on ghc 7.10. | John MacFarlane | 3 | -8/+11 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 13 | -15/+1 |
2015-10-13 | LaTeX writer: add `\protect` to `\hyperdef` in inline context. | John MacFarlane | 1 | -1/+1 |
2015-10-13 | epub with `--webtex`: include image file rather than data: URI. | John MacFarlane | 1 | -12/+8 |
2015-10-12 | RST writer: do header normalization only in "standalone" mode. | John MacFarlane | 1 | -8/+5 |
2015-10-12 | Revert "RST writer: tweaks to header normalization." | John MacFarlane | 1 | -22/+4 |
2015-10-12 | RST writer: tweaks to header normalization. | John MacFarlane | 1 | -4/+22 |
2015-10-11 | Percent-encode more special characters in URLs. | John MacFarlane | 1 | -5/+5 |