aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Merge pull request #1695 from bjornbm/masterJohn MacFarlane1-1/+3
2014-12-08Merge pull request #1746 from shelf/dw-ext-imagesMatthew Pickering1-2/+6
2014-12-08Fix for #1641 (docx table captions above tables)Nikolay Yakimov1-2/+3
2014-12-07Merge pull request #1716 from lierdakil/issue1607-pullreqMatthew Pickering1-7/+35
2014-11-30ICML writer: Don't force all citations into footnotes.John MacFarlane1-1/+1
2014-11-25Reverted "omit blank lines after list items," better fix for #1777.John MacFarlane1-6/+6
2014-11-25RST writer: Omit blank lines after list items.John MacFarlane1-3/+3
2014-11-25RST writer: Ensure blank line after figure.John MacFarlane1-1/+1
2014-11-19Fixed double-rendering of footnotes in RST tables.John MacFarlane1-3/+2
2014-11-17Really fix #1758. Add `id="cover"` to body on cover page.John MacFarlane1-2/+3
2014-11-16Use regular page template for nav.xhtml.John MacFarlane1-11/+8
2014-11-09DokuWiki writer: fix external imagesTimothy Humphries1-2/+6
2014-11-04DokuWiki writer: Better handling of block quotes.John MacFarlane1-4/+2
2014-10-30ODT writer: Correctly handle images without extensions.John MacFarlane1-5/+6
2014-10-28Strip querystring in ODT writeTodd Sifleet1-1/+2
2014-10-24Docx Writer: Partial fix for #1607Nikolay Yakimov1-7/+35
2014-10-23HTML writer: Make header attributes work outside top level.John MacFarlane1-4/+14
2014-10-21DOCX writer: Look in user data dir for archive reference.docx.John MacFarlane1-1/+1
2014-10-21Merge pull request #1668 from gbataille/widthFromRef2John MacFarlane1-17/+36
2014-10-15Escape spaces. Fixes jgm/pandoc#1694.Bjorn Buckwalter1-1/+3
2014-10-08EPUB reader: Further URI handling improvements.John MacFarlane1-25/+12
2014-10-08EPUB writer: correctly resolve relative URIs. (Closes #1671.)John MacFarlane1-11/+14
2014-10-08Fixed absolute URI detection in EPUB writer. Closes #1672.John MacFarlane1-2/+2
2014-10-08EPUB writer: Don't add sourceURL to absolute URIs!John MacFarlane1-5/+10
2014-10-05Getting the page width from the reference fileGrégory Bataille1-17/+36
2014-09-30RST writer: Wrap line blocks with spaces before continuations.John MacFarlane1-1/+1
2014-09-29Don't wrap lines in rST line blocks.John MacFarlane1-1/+1
2014-09-27Merge pull request #1589 from mszep/masterJohn MacFarlane1-7/+17
2014-09-25HTML Writer: Don't double render when email-obfuscation=nonempickering1-5/+5
2014-09-25Add support for KaTeX HTML mathmpickering1-0/+19
2014-09-25HTML Writer: MathML now outputted with tex annotation.mpickering1-1/+15
2014-09-18ConTeXt writer: add function toLabelMark Szepieniec1-7/+17
2014-09-11Docx writer: Renumber header and footer relationships to avoid collisions.Jesse Rosenthal1-12/+56
2014-09-09LaTeX writer: Protect graphics in headers.Jesse Rosenthal1-6/+15
2014-09-01EPUB writer: Don't include nav node in spine unless --toc was requested.John MacFarlane1-4/+2
2014-09-01LaTeX writer: Avoid using reserved characters as \lstinline delimiters.John MacFarlane1-1/+3
2014-09-01EPUB writer: Fixed typo.John MacFarlane1-1/+1
2014-08-31Merge pull request #1594 from jkr/itemFixJohn MacFarlane1-2/+12
2014-08-31EPUB writer: Extract title even from structured title.John MacFarlane1-7/+21
2014-08-31LaTeX writer: Put `~` before header in item text.Jesse Rosenthal1-2/+12
2014-08-31EPUB writer: Don't use opf:title-type for epub2.John MacFarlane1-2/+2
2014-08-30DokuWiki writer: Make tables prettier by aligning columns.John MacFarlane1-40/+22
2014-08-30DokuWiki writer: Handle table cell alignments.John MacFarlane1-27/+19
2014-08-30Textile reader: Improved table support.John MacFarlane1-4/+13
2014-08-30Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mimeJohn MacFarlane3-16/+12
2014-08-30Merge pull request #1580 from jkr/stringCellDokuWikiJohn MacFarlane1-10/+36
2014-08-30DokuWiki writer: Use backslash newlines in table cells.Jesse Rosenthal1-10/+36
2014-08-29Merge pull request #1574 from jlduran/latex-horizontal-ruleJohn MacFarlane1-1/+1
2014-08-29Merge branch 'ugly-tables' of https://github.com/jlduran/pandoc into jlduran-...John MacFarlane1-5/+13
2014-08-29LaTeX writer: Add `\strut` to fix multiline tablesJose Luis Duran1-1/+2