aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-12-19LaTeX/Beamer template changes (Thomas Hodgson):John MacFarlane4-0/+16
2015-12-17ICML writer: intersperse line breaksmb212-430/+756
2015-12-16ICML writer: added figure handling, closes #2590mb211-1/+16
2015-12-13Merge pull request #2570 from mb21/rst-reader-imgattrsJohn MacFarlane5-7/+7
2015-12-13Fixed ICML image syntax for local files.John MacFarlane1-2/+2
2015-12-13Docx reader: image attributesmb214-6/+6
2015-12-13RST reader: image attributesmb211-1/+1
2015-12-12Fixed tests.John MacFarlane12-24/+30
2015-12-12Test fixes.John MacFarlane20-237/+238
2015-12-12Modified readers to emit SoftBreak when appropriate.John MacFarlane6-6/+6
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