summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers
AgeCommit message (Expand)Author
2015-11-13Merge pull request #2525 from tarleb/org-smart-fixesJohn MacFarlane
2015-11-13Added `emoji` extension to Markdown.John MacFarlane
2015-11-13Org reader: Fix emphasis rules for smart parsingAlbert Krewinkel
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Merge pull request #2505 from tarleb/org-header-markup-fixJohn MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-11-08Org reader: fix markup parsing in headersAlbert Krewinkel
2015-10-25Merge pull request #2477 from tarleb/org-toggling-header-argsJohn MacFarlane
2015-10-25Org reader: allow toggling header argsAlbert Krewinkel
2015-10-24Org reader: fix paragraph/list interactionAlbert Krewinkel
2015-10-22Fixed over-eager raw HTML inline parsing.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-10-11Percent-encode more special characters in URLs.John MacFarlane
2015-10-04Docx Reader: Create special punctuation testOphir Lifshitz
2015-09-19Make sure verse blocks can contain empty linesAlbert Krewinkel
2015-08-15Org reader: add auto identifiers if not present on headersJuliusz Gonera
2015-07-23Added odt readerMarLinn
2015-07-23Updated tests and removed a skipSpaces....John MacFarlane
2015-07-23Markdown Reader: Add basic tests for each header styleOphir Lifshitz
2015-07-23Markdown Reader: Add implicit header ref tests for headers with spacesOphir Lifshitz
2015-07-21Fix regression: allow HTML comments containing `--`.John MacFarlane
2015-07-14Markdown reader: don't allow bare URI links or autolinks in link label.John MacFarlane
2015-07-14Improved bare autolink detection.John MacFarlane
2015-07-10Removed tabs from source.John MacFarlane
2015-07-10Avoid parsing partial URLs as HTML tags.John MacFarlane
2015-07-03Tests.Readers.RST: Test metadata with inline markup tooLars-Dominik Braun
2015-07-03Tests.Readers.RST: Group field list testsLars-Dominik Braun
2015-07-03Readers.RST: Parse field list nameLars-Dominik Braun
2015-06-29Fix RST reference names with special charactersLars-Dominik Braun
2015-05-23Org reader: drop trees with a :noexport: tagAlbert Krewinkel
2015-05-23Org reader: put header tags into empty spansAlbert Krewinkel
2015-05-13HTML reader: Support base tag.John MacFarlane
2015-05-03Make sure a closing `</div>` doesn't get included in a defn list item.John MacFarlane
2015-04-26Fixed regression with lists inside defintiion lists.John MacFarlane
2015-04-22EPUB tests: don't use joinPath, which varies across platforms.John MacFarlane
2015-04-20MD Reader: Tests for links/footnotes after citationsNikolay Yakimov
2015-04-18Added test case for #2062.John MacFarlane
2015-04-18Markdown definition lists: don't require indent for first line.John MacFarlane
2015-04-17More principled fix for #1820.John MacFarlane
2015-04-17Merge pull request #1954 from mcmtroffaes/feature/citekey-firstchar-alphanumJohn MacFarlane
2015-04-18MD Reader: Test for smart `'` after inline mathNikolay Yakimov
2015-04-13LaTeX Reader: Test for `^^` character escapesNikolay Yakimov
2015-03-28Merge branch 'master' of https://github.com/rootzlevel/pandoc into rootzlevel...John MacFarlane
2015-03-28Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane
2015-03-09Org reader: add support for smart punctuationCraig S. Bosma
2015-03-08LaTeX reader: allow non-empty colsep in tablesMathias Schenner
2015-03-08LaTeX reader: allow valign argument in tablesMathias Schenner
2015-03-08LaTeX reader: add some test cases for simple tablesMathias Schenner
2015-02-26Org reader: Add test for image linksHans-Peter Deifel
2015-02-21Docx reader: add test for verbatim in sub/superscript.Jesse Rosenthal