summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers
Commit message (Expand)AuthorAge
* Org reader: Refactor link-target processingAlbert Krewinkel2016-01-31
* Added some entity tests in Markdown reader tests.John MacFarlane2016-01-08
* Fix function dropping subtrees tagged :noexport:Albert Krewinkel2016-01-07
* Test fixes.John MacFarlane2015-12-12
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* 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
|/
* 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
* Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* Percent-encode more special characters in URLs.John MacFarlane2015-10-11
* Docx Reader: Create special punctuation testOphir Lifshitz2015-10-04
* Make sure verse blocks can contain empty linesAlbert Krewinkel2015-09-19
* 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
* Removed tabs from source.John MacFarlane2015-07-10
* Avoid parsing partial URLs as HTML tags.John MacFarlane2015-07-10
* Tests.Readers.RST: Test metadata with inline markup tooLars-Dominik Braun2015-07-03
* Tests.Readers.RST: Group field list testsLars-Dominik Braun2015-07-03
* Readers.RST: Parse field list nameLars-Dominik Braun2015-07-03
* Fix RST reference names with special charactersLars-Dominik Braun2015-06-29
* Org reader: drop trees with a :noexport: tagAlbert Krewinkel2015-05-23
* Org reader: put header tags into empty spansAlbert Krewinkel2015-05-23
* HTML reader: Support base tag.John MacFarlane2015-05-13
* Make sure a closing `</div>` doesn't get included in a defn list item.John MacFarlane2015-05-03
* Fixed regression with lists inside defintiion lists.John MacFarlane2015-04-26
* EPUB tests: don't use joinPath, which varies across platforms.John MacFarlane2015-04-22
* MD Reader: Tests for links/footnotes after citationsNikolay Yakimov2015-04-20
* Added test case for #2062.John MacFarlane2015-04-18
* Markdown definition lists: don't require indent for first line.John MacFarlane2015-04-18
* More principled fix for #1820.John MacFarlane2015-04-17
* Merge pull request #1954 from mcmtroffaes/feature/citekey-firstchar-alphanumJohn MacFarlane2015-04-17
|\
| * Allow digit as first character of a citation key.Matthias C. M. Troffaes2015-02-18