aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane19-83/+86
2015-12-03LaTeX template changes:John MacFarlane4-8/+0
2015-12-03Fixed man template so disabling hyphenation actually works.John MacFarlane1-1/+1
2015-11-24Added bodyless pipe table test case.John MacFarlane2-1/+11
2015-11-23LaTeX reader: Use curly quotes for unmatched `.John MacFarlane1-1/+1
2015-11-23AsciiDoc writer: Fixed code blocks.John MacFarlane1-20/+20
2015-11-20Updated tests for context template changes.John MacFarlane2-23/+18
2015-11-20latex template changes.John MacFarlane4-21/+17
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane38-392/+362
2015-11-18Docx reader: Add test cases for dummy list items.Jesse Rosenthal5-0/+14
2015-11-16ICML writer: better handling of math.John MacFarlane1-9/+59
2015-11-14Added test case for links in notes.Jesse Rosenthal3-0/+5
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-12Updated tests for template changes.John MacFarlane6-34/+28
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane25-26/+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 MacFarlane25-1/+26
2015-11-08Org reader: fix markup parsing in headersAlbert Krewinkel1-0/+11
2015-10-30Pipe tables with long lines now get relative cell widths.John MacFarlane2-1/+19
2015-10-30HTML writer: use width on whole table if col widths sum to < 100%.John MacFarlane1-3/+3
2015-10-30Textile reader: don't do smart punctuation unless explicitly asked.John MacFarlane1-8/+8
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-25Template improvements (Andrew Dunning).John MacFarlane3-9/+12
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-20Updated tests for latex/context template changes.John MacFarlane6-161/+87
2015-10-19Fixed one test case.John MacFarlane1-1/+1
2015-10-19Merge pull request #2458 from mb21/lang-inlinesJohn MacFarlane5-0/+309
2015-10-18Updated tests for template changes.John MacFarlane3-3/+3
2015-10-18Tests: Unset `pandoc-version` so we don't get the comment...John MacFarlane2-3/+2
2015-10-18Added writers-lang-and-dir test, fixed ConTeXt writer testmb215-0/+309
2015-10-15Use unicode super/subscripts for digits in plain output.John MacFarlane1-2/+2
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane8-8/+0
2015-10-13Fixed tests for template changes.John MacFarlane3-5/+7
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-11HTML reader/writer: better handling of "section" elements.John MacFarlane5-559/+1451
2015-10-10Removed xltxtra, xunicode from LaTeX template.John MacFarlane3-3/+0
2015-10-10Merge pull request #2412 from frerich/reader/docbook/xref_supportJohn MacFarlane3-0/+101
2015-10-10Adjusted man writer test for latest template changes.John MacFarlane1-0/+3
2015-10-04Merge pull request #2432 from hftf/hyphensJohn MacFarlane3-0/+6
2015-10-04Updated tests for changes to latex template.John MacFarlane3-3/+27
2015-10-04Docx Reader: Create special punctuation testOphir Lifshitz3-0/+6