aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Readers
AgeCommit message (Expand)AuthorFilesLines
2016-05-12Merge pull request #2894 from sid-kap/rst-code-classJohn MacFarlane1-0/+29
2016-05-11Org reader: add support for sub/superscript export optionsAlbert Krewinkel1-0/+6
2016-05-09Org reader: fix inline-LaTeX regressionAlbert Krewinkel1-0/+4
2016-05-05Merge pull request #2898 from tarleb/org-table-refactoringJohn MacFarlane1-5/+16
2016-05-04Org reader: fix spacing after LaTeX-style symbolsAlbert Krewinkel1-0/+4
2016-05-04Org reader: fix handling of empty table cells, rowsAlbert Krewinkel1-1/+12
2016-05-04Org reader: stop padding short table rowsAlbert Krewinkel1-4/+4
2016-05-01Add one more testSidharth Kapur1-0/+14
2016-05-01Use `codeBlockWith`Sidharth Kapur1-6/+6
2016-05-01Add test for RST code directive classSidharth Kapur1-0/+15
2016-04-26Ignore leading space in org code blocksEmanuel Evans1-0/+27
2016-04-16Docx Reader: Tests for track-changes movingJesse Rosenthal1-0/+12
2016-03-16Docx reader: Add test for enumerated headers.Jesse Rosenthal1-1/+5
2016-03-10Fixed behavior of base tag.John MacFarlane1-1/+4
2016-02-20Merge pull request #2646 from tarleb/org-figure-with-no-nameJohn MacFarlane1-4/+4
2016-02-20Merge pull request #2691 from tarleb/org-image-file-linksJohn MacFarlane1-0/+4
2016-02-02Docx reader: Add tests for adjacent hyperlinks.Jesse Rosenthal1-0/+4
2016-01-31Org reader: Refactor link-target processingAlbert Krewinkel1-0/+4
2016-01-11Prefix even empty figure names with "fig:"Albert Krewinkel1-4/+4
2016-01-08Added some entity tests in Markdown reader tests.John MacFarlane1-0/+9
2016-01-07Fix function dropping subtrees tagged :noexport:Albert Krewinkel1-0/+10
2015-12-12Test fixes.John MacFarlane3-25/+26
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-3/+5
2015-11-18Docx reader: Add test cases for dummy list items.Jesse Rosenthal1-0/+8
2015-11-14Added test case for links in notes.Jesse Rosenthal1-0/+4
2015-11-13Merge pull request #2526 from tarleb/org-definition-lists-fixJohn MacFarlane1-1/+5
2015-11-13Org reader: Require whitespace around def list markersAlbert Krewinkel1-1/+5
2015-11-13Merge pull request #2525 from tarleb/org-smart-fixesJohn MacFarlane1-0/+9
2015-11-13Added `emoji` extension to Markdown.John MacFarlane1-0/+4
2015-11-13Org reader: Fix emphasis rules for smart parsingAlbert Krewinkel1-0/+9
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane9-10/+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 MacFarlane9-1/+10
2015-11-08Org reader: fix markup parsing in headersAlbert Krewinkel1-0/+11
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-14Use custom Prelude to avoid compiler warnings.John MacFarlane5-5/+0
2015-10-11Percent-encode more special characters in URLs.John MacFarlane1-2/+4
2015-10-04Docx Reader: Create special punctuation testOphir Lifshitz1-0/+4
2015-09-19Make sure verse blocks can contain empty linesAlbert Krewinkel1-0/+9
2015-08-15Org reader: add auto identifiers if not present on headersJuliusz Gonera1-20/+38
2015-07-23Added odt readerMarLinn1-0/+165
2015-07-23Updated tests and removed a skipSpaces....John MacFarlane1-6/+6
2015-07-23Markdown Reader: Add basic tests for each header styleOphir Lifshitz1-0/+10
2015-07-23Markdown Reader: Add implicit header ref tests for headers with spacesOphir Lifshitz1-0/+20
2015-07-21Fix regression: allow HTML comments containing `--`.John MacFarlane1-0/+3
2015-07-14Markdown reader: don't allow bare URI links or autolinks in link label.John MacFarlane1-1/+12
2015-07-14Improved bare autolink detection.John MacFarlane1-0/+4