Age | Commit message (Expand) | Author | Files | Lines |
2016-03-10 | Docx Writer: handle image alt text | mb21 | 1 | -2/+2 |
2016-03-08 | DokuWiki writer: use $$ for display math. | John MacFarlane | 1 | -1/+4 |
2016-02-20 | Merge pull request #2668 from monofon/fix/yaml-metadata-block-bottom-line | John MacFarlane | 1 | -1/+1 |
2016-02-18 | LaTeX writer: clean up options parser. | Jesse Rosenthal | 1 | -3/+4 |
2016-02-18 | LaTeX writer: treat memoir template with `article` opt as article | Jesse Rosenthal | 1 | -6/+21 |
2016-02-05 | Custom writer: Pass attributes parameter to CaptionedImage. | John MacFarlane | 1 | -2/+2 |
2016-02-03 | HTML writer: don't include alignment attribute for default table columns. | John MacFarlane | 1 | -2/+5 |
2016-01-22 | Changed type of Shared.uniqueIdent argument from [String] to Set String. | John MacFarlane | 4 | -11/+15 |
2016-01-21 | Merge pull request #2638 from c-forster/teiwriter | John MacFarlane | 1 | -0/+320 |
2016-01-21 | Markdown writer: Use hyphens for yaml metadata block bottom line | Henrik Tramberend | 1 | -1/+1 |
2016-01-20 | LaTeX writer: Allow more flexible table alignment | Henrik Tramberend | 1 | -1/+1 |
2016-01-19 | Added some entity tests in Markdown reader tests. | John MacFarlane | 1 | -6/+6 |
2016-01-19 | Add TEI Writer. | csforste | 1 | -0/+320 |
2016-01-14 | HTML writer: harmless code simplification. | John MacFarlane | 1 | -34/+32 |
2016-01-13 | Org writer - pass through RawInline with format "org". | John MacFarlane | 1 | -2/+7 |
2016-01-10 | LaTeX writer: figure label | mb21 | 1 | -19/+24 |
2016-01-09 | LaTeX writer: restore old treatment of Span. | John MacFarlane | 1 | -17/+15 |
2016-01-05 | RST, Markdown writers: Fixed rendering of grid tables with blank rows. | John MacFarlane | 2 | -2/+2 |
2016-01-02 | MediaWiki writer: fix spacing issues. | John MacFarlane | 1 | -1/+5 |
2015-12-29 | Use cmark 0.5. | John MacFarlane | 1 | -17/+17 |
2015-12-22 | ConTeXt writer: set default layout based on margin-left, etc. | John MacFarlane | 1 | -0/+10 |
2015-12-22 | LaTeX writer: create defaults for geometry using margin-left etc. | John MacFarlane | 1 | -1/+10 |
2015-12-19 | LaTeX/Beamer template changes (Thomas Hodgson): | John MacFarlane | 1 | -0/+1 |
2015-12-19 | Added needed import of FromJSON. | John MacFarlane | 1 | -1/+1 |
2015-12-19 | Fix language code for Czech (cs not cz) | John MacFarlane | 2 | -2/+1 |
2015-12-19 | Merge branch 'master' of https://github.com/AndreasLoow/pandoc into AndreasLo... | John MacFarlane | 1 | -1/+6 |
2015-12-17 | ICML writer: intersperse line breaks | mb21 | 1 | -12/+17 |
2015-12-16 | ICML writer: added figure handling, closes #2590 | mb21 | 1 | -3/+12 |
2015-12-13 | ICML writer: removed redundant import. | John MacFarlane | 1 | -1/+0 |
2015-12-13 | Merge pull request #2570 from mb21/rst-reader-imgattrs | John MacFarlane | 2 | -27/+34 |
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 |