aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests
AgeCommit message (Expand)AuthorFilesLines
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-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-19Merge pull request #2458 from mb21/lang-inlinesJohn MacFarlane1-0/+6
2015-10-18Tests: Unset `pandoc-version` so we don't get the comment...John MacFarlane1-1/+2
2015-10-18Added writers-lang-and-dir test, fixed ConTeXt writer testmb211-0/+6
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane8-8/+0
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-10Merge pull request #2412 from frerich/reader/docbook/xref_supportJohn MacFarlane1-0/+2
2015-10-04Docx Reader: Create special punctuation testOphir Lifshitz1-0/+4
2015-09-26MediaBag: ensure that / is always used as path separator.John MacFarlane1-1/+1
2015-09-24Added proper support for DocBook 'xref' elementsFrerich Raabe1-0/+2
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-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
2015-07-10Removed tabs from source.John MacFarlane1-3/+3
2015-07-10Avoid parsing partial URLs as HTML tags.John MacFarlane1-0/+3
2015-07-03Tests.Readers.RST: Test metadata with inline markup tooLars-Dominik Braun1-4/+6
2015-07-03Tests.Readers.RST: Group field list testsLars-Dominik Braun1-24/+26
2015-07-03Readers.RST: Parse field list nameLars-Dominik Braun1-2/+20
2015-06-29Fix RST reference names with special charactersLars-Dominik Braun1-0/+4
2015-05-23Org reader: drop trees with a :noexport: tagAlbert Krewinkel1-0/+7
2015-05-23Org reader: put header tags into empty spansAlbert Krewinkel1-4/+19
2015-05-13HTML reader: Support base tag.John MacFarlane1-0/+27
2015-05-03Make sure a closing `</div>` doesn't get included in a defn list item.John MacFarlane1-0/+4
2015-04-26Fixed regression with lists inside defintiion lists.John MacFarlane1-0/+3
2015-04-22EPUB tests: don't use joinPath, which varies across platforms.John MacFarlane1-2/+5
2015-04-20MD Reader: Tests for links/footnotes after citationsNikolay Yakimov1-0/+41
2015-04-18Added test case for #2062.John MacFarlane1-0/+3
2015-04-18Markdown writer: improved escaping.John MacFarlane1-2/+2
2015-04-18Markdown definition lists: don't require indent for first line.John MacFarlane1-0/+3
2015-04-17More principled fix for #1820.John MacFarlane1-0/+3
2015-04-17Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu...John MacFarlane1-1/+1
2015-04-17Merge pull request #1954 from mcmtroffaes/feature/citekey-firstchar-alphanumJohn MacFarlane1-0/+22
2015-04-17Merge pull request #2079 from lierdakil/rst-normalize-headingsJohn MacFarlane1-0/+79
2015-04-18MD Reader: Test for smart `'` after inline mathNikolay Yakimov1-0/+3
2015-04-16RST Writer: Tests for rubrics and heading normalizationNikolay Yakimov1-0/+79