aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2014-08-28LaTeX writer: Make Horizontal Rules more flexibleJose Luis Duran1-1/+1
2014-08-28LaTeX writer: Fix tablesJose Luis Duran1-4/+11
2014-08-27DokuWiki Writer: Refactor to use Reader monadMatthew Pickering1-47/+56
2014-08-27DokuWiki Writer: Hlint cleanupMatthew Pickering1-27/+27
2014-08-27DokuWiki Writer: Qualified all importsMatthew Pickering1-5/+10
2014-08-26Docx writer: Accomodate GHC 7.4 (no lookupEnv)Jesse Rosenthal1-1/+1
2014-08-25Docx writer: Default to user login and time of change if not given.Jesse Rosenthal1-6/+21
2014-08-25Docx writer: Implement track changes.Jesse Rosenthal1-9/+40
2014-08-24Hlint changes to Docx writer.John MacFarlane1-22/+19
2014-08-23Docx writer: Bibliography entries get Bibliography style.John MacFarlane1-2/+6
2014-08-19EPUB writer: don't use page-progression-direction in EPUB2.John MacFarlane1-16/+14
2014-08-17Merge pull request #1536 from considerate/masterJohn MacFarlane1-0/+3
2014-08-17Docx writer: Fixed regression, bungled list numbering.John MacFarlane1-3/+10
2014-08-17MIME cleanup.Artyom Kazak3-16/+12