summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
...
* | | | | RST writer: Omit blank lines after list items.John MacFarlane2014-11-25
* | | | | RST writer: Ensure blank line after figure.John MacFarlane2014-11-25
* | | | | Fixed double-rendering of footnotes in RST tables.John MacFarlane2014-11-19
* | | | | Really fix #1758. Add `id="cover"` to body on cover page.John MacFarlane2014-11-17
* | | | | Use regular page template for nav.xhtml.John MacFarlane2014-11-16
| |/ / / |/| | |
* | | | DokuWiki writer: Better handling of block quotes.John MacFarlane2014-11-04
* | | | ODT writer: Correctly handle images without extensions.John MacFarlane2014-10-30
* | | | Strip querystring in ODT writeTodd Sifleet2014-10-28
|/ / /
* | | HTML writer: Make header attributes work outside top level.John MacFarlane2014-10-23
* | | DOCX writer: Look in user data dir for archive reference.docx.John MacFarlane2014-10-21
* | | Merge pull request #1668 from gbataille/widthFromRef2John MacFarlane2014-10-21
|\ \ \ | |/ / |/| |
| * | Getting the page width from the reference fileGrégory Bataille2014-10-05
* | | EPUB reader: Further URI handling improvements.John MacFarlane2014-10-08
* | | EPUB writer: correctly resolve relative URIs. (Closes #1671.)John MacFarlane2014-10-08
* | | Fixed absolute URI detection in EPUB writer. Closes #1672.John MacFarlane2014-10-08
* | | EPUB writer: Don't add sourceURL to absolute URIs!John MacFarlane2014-10-08
|/ /
* | RST writer: Wrap line blocks with spaces before continuations.John MacFarlane2014-09-30
* | Don't wrap lines in rST line blocks.John MacFarlane2014-09-29
* | Merge pull request #1589 from mszep/masterJohn MacFarlane2014-09-27
|\ \
| * | ConTeXt writer: add function toLabelMark Szepieniec2014-09-18
* | | HTML Writer: Don't double render when email-obfuscation=nonempickering2014-09-25
* | | Add support for KaTeX HTML mathmpickering2014-09-25
* | | HTML Writer: MathML now outputted with tex annotation.mpickering2014-09-25
* | | Docx writer: Renumber header and footer relationships to avoid collisions.Jesse Rosenthal2014-09-11
* | | LaTeX writer: Protect graphics in headers.Jesse Rosenthal2014-09-09
* | | EPUB writer: Don't include nav node in spine unless --toc was requested.John MacFarlane2014-09-01
* | | LaTeX writer: Avoid using reserved characters as \lstinline delimiters.John MacFarlane2014-09-01
* | | EPUB writer: Fixed typo.John MacFarlane2014-09-01
* | | Merge pull request #1594 from jkr/itemFixJohn MacFarlane2014-08-31
|\ \ \
| * | | LaTeX writer: Put `~` before header in item text.Jesse Rosenthal2014-08-31
| |/ /
* | | EPUB writer: Extract title even from structured title.John MacFarlane2014-08-31
* | | EPUB writer: Don't use opf:title-type for epub2.John MacFarlane2014-08-31
|/ /
* | DokuWiki writer: Make tables prettier by aligning columns.John MacFarlane2014-08-30
* | DokuWiki writer: Handle table cell alignments.John MacFarlane2014-08-30
* | Textile reader: Improved table support.John MacFarlane2014-08-30
* | Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mimeJohn MacFarlane2014-08-30
|\ \
| * | MIME cleanup.Artyom Kazak2014-08-17
* | | Merge pull request #1580 from jkr/stringCellDokuWikiJohn MacFarlane2014-08-30
|\ \ \
| * | | DokuWiki writer: Use backslash newlines in table cells.Jesse Rosenthal2014-08-30
* | | | Merge pull request #1574 from jlduran/latex-horizontal-ruleJohn MacFarlane2014-08-29
|\ \ \ \
| * | | | LaTeX writer: Make Horizontal Rules more flexibleJose Luis Duran2014-08-28
* | | | | Merge branch 'ugly-tables' of https://github.com/jlduran/pandoc into jlduran-...John MacFarlane2014-08-29
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | LaTeX writer: Add `\strut` to fix multiline tablesJose Luis Duran2014-08-29
| * | | | LaTeX writer: Fix tablesJose Luis Duran2014-08-28
| |/ / /
* | | | DokuWiki Writer: Refactor to use Reader monadMatthew Pickering2014-08-27
* | | | DokuWiki Writer: Hlint cleanupMatthew Pickering2014-08-27
* | | | DokuWiki Writer: Qualified all importsMatthew Pickering2014-08-27
|/ / /
* | | Docx writer: Accomodate GHC 7.4 (no lookupEnv)Jesse Rosenthal2014-08-26
* | | Docx writer: Default to user login and time of change if not given.Jesse Rosenthal2014-08-25
* | | Docx writer: Implement track changes.Jesse Rosenthal2014-08-25