aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-05Docx reader: Add test for polyglot headers.Jesse Rosenthal3-0/+14
2014-09-05Docx reader: Use polyglot header list.Jesse Rosenthal1-7/+7
2014-09-05Docx Reader: Start list of polyglot section headers.Jesse Rosenthal1-0/+7
2014-09-04Org reader: Update TestsJesse Rosenthal1-1/+5
2014-09-04Org reader: Added state changing blanklines.Jesse Rosenthal1-1/+8
2014-09-04Docx Reader: Add tests for numbered headers.Jesse Rosenthal3-0/+5
2014-09-04Docx reader: Rewrite rewriteLink to work with new headers.Jesse Rosenthal1-9/+4
2014-09-04Docx reader: Single-item headers in ordered lists are headers.Jesse Rosenthal1-4/+6
2014-09-02Docx reader: Modify mediabag test accordingly.Jesse Rosenthal1-2/+1
2014-09-02Docx reader: Fix window path for image lookup.Jesse Rosenthal1-1/+1
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 MacFarlane2-2/+19
2014-08-31EPUB writer: Extract title even from structured title.John MacFarlane1-7/+21
2014-08-31Use real copyright symbol in README epub metadata example.John MacFarlane1-1/+1
2014-08-31LaTeX writer: Add tests for header-in-item.Jesse Rosenthal1-0/+7
2014-08-31LaTeX writer: Put `~` before header in item text.Jesse Rosenthal1-2/+12
2014-08-31Markdown reader: better handling of paragraph in div.John MacFarlane14-13/+32
2014-08-31README: escape (c) in epub metadata exampleJohn MacFarlane1-1/+1
2014-08-31EPUB writer: Don't use opf:title-type for epub2.John MacFarlane1-2/+2
2014-08-31EPUB, EPUB3 templates: Handle structured metadata on titlepage.John MacFarlane1-6/+27
2014-08-31Use protocol-relative URL for mathjax.John MacFarlane1-1/+1
2014-08-31Shared: Moved import of toChunks outside of conditional.John MacFarlane1-1/+1
2014-08-30Makefile: simplified 'make dist'.John MacFarlane1-6/+3
2014-08-30DokuWiki writer: Make tables prettier by aligning columns.John MacFarlane4-66/+50
2014-08-30DokuWiki writer: Handle table cell alignments.John MacFarlane1-27/+19
2014-08-30Updated changelog.John MacFarlane1-0/+4
2014-08-30Textile reader: Improved table support.John MacFarlane2-56/+20
2014-08-30PDF: Catch errors in conversion of images and display message.John MacFarlane1-8/+14
2014-08-30Put version in lower-left corner of man pages.John MacFarlane3-3/+5
2014-08-30Makefile: Add README as dependency of man pages.John MacFarlane1-2/+2
2014-08-30Updated README dateJohn MacFarlane1-1/+1
2014-08-30Version bump to 1.13.1.John MacFarlane2-2/+2
2014-08-30Makefile: Fixed install target to use copy, register.John MacFarlane1-1/+2
2014-08-30Added new dokuwiki multiblock table tests to pandoc.cabal.John MacFarlane1-0/+2
2014-08-30Dokuwiki writer: Add a test for multiblock table cells.Jesse Rosenthal3-0/+19
2014-08-30Updated changelog.John MacFarlane1-0/+5
2014-08-30Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mimeJohn MacFarlane8-51/+67
2014-08-30Updated changelog.John MacFarlane1-1/+8
2014-08-30Updated README on `--self-contained`.John MacFarlane1-4/+3
2014-08-30Merge pull request #1580 from jkr/stringCellDokuWikiJohn MacFarlane1-10/+36
2014-08-30Removed extra blank line after version.John MacFarlane1-1/+1
2014-08-30DokuWiki writer: Use backslash newlines in table cells.Jesse Rosenthal1-10/+36
2014-08-29Updated changelog.John MacFarlane1-0/+85
2014-08-29Merge pull request #1574 from jlduran/latex-horizontal-ruleJohn MacFarlane2-14/+14
2014-08-29Merge branch 'ugly-tables' of https://github.com/jlduran/pandoc into jlduran-...John MacFarlane2-98/+108
2014-08-29LaTeX writer: Add `\strut` to fix multiline tablesJose Luis Duran2-46/+47
2014-08-28Merge pull request #1577 from jkr/plainCellsJohn MacFarlane3-21/+42
2014-08-28Docx reader: update tests for new table behavior.Jesse Rosenthal2-20/+30