summaryrefslogtreecommitdiff
path: root/tests/Tests
Commit message (Expand)AuthorAge
* Added old-style tests for TEI writer (tests/tables.tei, tests/writer.tei).John MacFarlane2016-01-21
* Added some entity tests in Markdown reader tests.John MacFarlane2016-01-19
* Add TEI Writer.csforste2016-01-19
* Added some entity tests in Markdown reader tests.John MacFarlane2016-01-08
* Fix function dropping subtrees tagged :noexport:Albert Krewinkel2016-01-07
* Fixed tests.John MacFarlane2015-12-12
* Test fixes.John MacFarlane2015-12-12
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated Arbitrary instance for link attributemb212015-08-07
| * Updated Arbitrary instance for new image attribute parameter.John MacFarlane2015-08-07
* | Docx reader: Add test cases for dummy list items.Jesse Rosenthal2015-11-18
* | Added test case for links in notes.Jesse Rosenthal2015-11-14
* | Merge pull request #2526 from tarleb/org-definition-lists-fixJohn MacFarlane2015-11-13
|\ \
| * | Org reader: Require whitespace around def list markersAlbert Krewinkel2015-11-13
* | | Merge pull request #2525 from tarleb/org-smart-fixesJohn MacFarlane2015-11-13
|\ \ \
| * | | Org reader: Fix emphasis rules for smart parsingAlbert Krewinkel2015-11-13
| |/ /
* / / Added `emoji` extension to Markdown.John MacFarlane2015-11-13
|/ /
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Merge pull request #2505 from tarleb/org-header-markup-fixJohn MacFarlane2015-11-08
|\ \
| * | Org reader: fix markup parsing in headersAlbert Krewinkel2015-11-08
* | | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
|/ /
* | LaTeX writer: add `\protect` to `\hyperlink`.John MacFarlane2015-10-28
* | LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.John MacFarlane2015-10-27
* | Merge pull request #2477 from tarleb/org-toggling-header-argsJohn MacFarlane2015-10-25
|\ \
| * | Org reader: allow toggling header argsAlbert Krewinkel2015-10-25
* | | Org reader: fix paragraph/list interactionAlbert Krewinkel2015-10-24
|/ /
* | Fixed over-eager raw HTML inline parsing.John MacFarlane2015-10-22
* | Merge pull request #2458 from mb21/lang-inlinesJohn MacFarlane2015-10-19
|\ \
| * | Added writers-lang-and-dir test, fixed ConTeXt writer testmb212015-10-18
* | | Tests: Unset `pandoc-version` so we don't get the comment...John MacFarlane2015-10-18
|/ /
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* | RST writer: do header normalization only in "standalone" mode.John MacFarlane2015-10-12
* | Percent-encode more special characters in URLs.John MacFarlane2015-10-11
* | Merge pull request #2412 from frerich/reader/docbook/xref_supportJohn MacFarlane2015-10-10
|\ \
| * | Added proper support for DocBook 'xref' elementsFrerich Raabe2015-09-24
* | | Docx Reader: Create special punctuation testOphir Lifshitz2015-10-04
* | | MediaBag: ensure that / is always used as path separator.John MacFarlane2015-09-26
|/ /
* | Merge pull request #2406 from tarleb/org-verse-fixJohn MacFarlane2015-09-20
|\ \
| * | Make sure verse blocks can contain empty linesAlbert Krewinkel2015-09-19
* | | [RST Writer] Don't normalize heading levels below input minimumNikolay Yakimov2015-09-19
|/ /
* | Tests: docx writer tests now use "../data" for data directory.John MacFarlane2015-09-09
* | Org reader: add auto identifiers if not present on headersJuliusz Gonera2015-08-15
|/
* Added odt readerMarLinn2015-07-23
* Updated tests and removed a skipSpaces....John MacFarlane2015-07-23
* Markdown Reader: Add basic tests for each header styleOphir Lifshitz2015-07-23
* Markdown Reader: Add implicit header ref tests for headers with spacesOphir Lifshitz2015-07-23
* Fix regression: allow HTML comments containing `--`.John MacFarlane2015-07-21
* Markdown reader: don't allow bare URI links or autolinks in link label.John MacFarlane2015-07-14
* Improved bare autolink detection.John MacFarlane2015-07-14