aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-07-01Do not add a carriage return after a hard line break in OpenDocument writer a...Michael Chladek1-2/+1
2015-06-29Fix RST reference names with special charactersLars-Dominik Braun1-0/+4
2015-06-27Textile writer: escape `+` and `-` as entities.John MacFarlane1-8/+8
2015-06-27Plain writer: don't use symbols for super/subscript.John MacFarlane1-3/+3
2015-06-27Updated latex writer tests for last template change.John MacFarlane3-0/+3
2015-06-21DocBook reader mediaobjects and figures, closes #2184mb212-4/+23
2015-06-09Fixed tests/docx/links.docx for new url.John MacFarlane1-0/+0
2015-06-09replace old url with pandoc.orgPablo Rodríguez6-6/+6
2015-06-09Fix InDesign crash with URLs containing more than one colon charactergohai1-18/+18
2015-06-07DokuWiki writer: Use proper `<code>` tags for code blocks.John MacFarlane1-15/+37
2015-05-27LaTeX template: Move hyperref before polyglossia.John MacFarlane3-30/+30
2015-05-26Merge pull request #2169 from tarleb/org-header-tagsJohn MacFarlane1-4/+26
2015-05-26Merge pull request #2141 from DigitalPublishingToolkit/icml-imagesJohn MacFarlane1-2/+2
2015-05-26Updated tests for new highlighting-kate.John MacFarlane3-25/+76
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-13Markdown reader: Made implicit header references case-insensitive.John MacFarlane2-0/+3
2015-05-13HTML reader: Support base tag.John MacFarlane2-0/+29
2015-05-13Fixed regression in charsInBalancedBrackets.John MacFarlane2-0/+6
2015-05-11Fix image URIs in ICML output (v2)gohai1-2/+2
2015-05-04Test updates for 15d16e84567ca74c18448c60a2499e484581798f.John MacFarlane3-0/+12
2015-05-03Make sure a closing `</div>` doesn't get included in a defn list item.John MacFarlane1-0/+4
2015-05-02Fixed tests for change to latex template.John MacFarlane3-3/+3
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 MacFarlane3-17/+17
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 MacFarlane4-30/+36
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 MacFarlane2-0/+81
2015-04-17Merge pull request #2092 from lierdakil/issue1909John MacFarlane1-0/+3
2015-04-17LaTeX template: redefine `\paragraph`, `\subparagraph`...John MacFarlane3-0/+18
2015-04-18MD Reader: Test for smart `'` after inline mathNikolay Yakimov1-0/+3
2015-04-16RST Writer: Tests for rubrics and heading normalizationNikolay Yakimov2-0/+81
2015-04-13LaTeX template: include grffile together with graphicx.John MacFarlane1-1/+1
2015-04-12Merge pull request #2072 from lierdakil/latex-reader-cleanupJohn MacFarlane1-0/+10
2015-04-12OpenDocument template: use `text:p` instead of `text:h` for title.John MacFarlane1-1/+1
2015-04-13LaTeX Reader: Test for `^^` character escapesNikolay Yakimov1-0/+10
2015-04-12ODT Writer: Figure captions - Tests updateNikolay Yakimov2-5/+6
2015-04-07RST writer: better handling of raw latex inline.John MacFarlane1-1/+5
2015-03-30Latex Reader: More tests for corner casesNikolay Yakimov2-1/+9
2015-03-30Latex Reader: Test for para starting with latex macroNikolay Yakimov2-1/+6
2015-03-30LaTeX Reader: check for block-level newcommand aliases in blockCommandNikolay Yakimov2-1/+24
2015-03-28Merge branch 'master' of https://github.com/rootzlevel/pandoc into rootzlevel...John MacFarlane1-0/+4
2015-03-28Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane1-1/+0
2015-03-28Fixed typo in lhs-test.html.John MacFarlane1-1/+0
2015-03-28Merge branch 'mpickering-errortype'John MacFarlane9-19/+28