aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane25-26/+1
2015-11-08Merge pull request #2505 from tarleb/org-header-markup-fixJohn MacFarlane1-0/+11
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane25-1/+26
2015-11-08Org reader: fix markup parsing in headersAlbert Krewinkel1-0/+11
2015-10-30Pipe tables with long lines now get relative cell widths.John MacFarlane2-1/+19
2015-10-30HTML writer: use width on whole table if col widths sum to < 100%.John MacFarlane1-3/+3
2015-10-30Textile reader: don't do smart punctuation unless explicitly asked.John MacFarlane1-8/+8
2015-10-28LaTeX writer: add `\protect` to `\hyperlink`.John MacFarlane1-1/+1
2015-10-27LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.John MacFarlane1-1/+1
2015-10-25Template improvements (Andrew Dunning).John MacFarlane3-9/+12
2015-10-25Merge pull request #2477 from tarleb/org-toggling-header-argsJohn MacFarlane1-0/+19
2015-10-25Org reader: allow toggling header argsAlbert Krewinkel1-0/+19
2015-10-24Org reader: fix paragraph/list interactionAlbert Krewinkel1-0/+8
2015-10-22Fixed over-eager raw HTML inline parsing.John MacFarlane1-0/+3
2015-10-20Updated tests for latex/context template changes.John MacFarlane6-161/+87
2015-10-19Fixed one test case.John MacFarlane1-1/+1
2015-10-19Merge pull request #2458 from mb21/lang-inlinesJohn MacFarlane5-0/+309
2015-10-18Updated tests for template changes.John MacFarlane3-3/+3
2015-10-18Tests: Unset `pandoc-version` so we don't get the comment...John MacFarlane2-3/+2
2015-10-18Added writers-lang-and-dir test, fixed ConTeXt writer testmb215-0/+309
2015-10-15Use unicode super/subscripts for digits in plain output.John MacFarlane1-2/+2
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane8-8/+0
2015-10-13Fixed tests for template changes.John MacFarlane3-5/+7
2015-10-12RST writer: do header normalization only in "standalone" mode.John MacFarlane1-8/+13
2015-10-11Percent-encode more special characters in URLs.John MacFarlane1-2/+4
2015-10-11HTML reader/writer: better handling of "section" elements.John MacFarlane5-559/+1451
2015-10-10Removed xltxtra, xunicode from LaTeX template.John MacFarlane3-3/+0
2015-10-10Merge pull request #2412 from frerich/reader/docbook/xref_supportJohn MacFarlane3-0/+101
2015-10-10Adjusted man writer test for latest template changes.John MacFarlane1-0/+3
2015-10-04Merge pull request #2432 from hftf/hyphensJohn MacFarlane3-0/+6
2015-10-04Updated tests for changes to latex template.John MacFarlane3-3/+27
2015-10-04Docx Reader: Create special punctuation testOphir Lifshitz3-0/+6
2015-09-26MediaBag: ensure that / is always used as path separator.John MacFarlane1-1/+1
2015-09-24Improve text generated for <xref> by employing docbook-xsl heuristicsFrerich Raabe1-3/+3
2015-09-24Added proper support for DocBook 'xref' elementsFrerich Raabe3-0/+101
2015-09-20Merge pull request #2406 from tarleb/org-verse-fixJohn MacFarlane1-0/+9
2015-09-19Make sure verse blocks can contain empty linesAlbert Krewinkel1-0/+9
2015-09-19[RST Writer] Don't normalize heading levels below input minimumNikolay Yakimov1-0/+25
2015-09-09Tests: docx writer tests now use "../data" for data directory.John MacFarlane1-1/+4
2015-08-15Use real jpg (not empty) for docx tests to avoid warning.John MacFarlane3-0/+0
2015-08-15RST reader: better handling of indirect roles.John MacFarlane2-3/+3
2015-08-15Merge pull request #2360 from jg/issue-2354John MacFarlane1-20/+38
2015-08-15Org reader: add auto identifiers if not present on headersJuliusz Gonera1-20/+38
2015-08-10EPUB reader: stop mangling external URLs.John MacFarlane2-7/+7
2015-08-08Updated html reader for new automatic header attributes.John MacFarlane1-33/+33
2015-08-08MediaWiki reader: handle unquoted table attributes.John MacFarlane1-1/+1
2015-08-07Merge pull request #2327 from hftf/list-styleJohn MacFarlane2-0/+20
2015-07-27Pipe tables: allow indented columns.John MacFarlane2-1/+16
2015-07-24HTML Reader: Test <ol> type, class, and inline list-style(-type) CSSOphir Lifshitz2-0/+20
2015-07-23Added odt readerMarLinn63-0/+219