summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Do not add a carriage return after a hard line break in OpenDocument writer a...Michael Chladek2015-07-01
* Fix RST reference names with special charactersLars-Dominik Braun2015-06-29
* Textile writer: escape `+` and `-` as entities.John MacFarlane2015-06-27
* Plain writer: don't use symbols for super/subscript.John MacFarlane2015-06-27
* Updated latex writer tests for last template change.John MacFarlane2015-06-27
* DocBook reader mediaobjects and figures, closes #2184mb212015-06-21
* Fixed tests/docx/links.docx for new url.John MacFarlane2015-06-09
* replace old url with pandoc.orgPablo Rodríguez2015-06-09
* Fix InDesign crash with URLs containing more than one colon charactergohai2015-06-09
* DokuWiki writer: Use proper `<code>` tags for code blocks.John MacFarlane2015-06-07
* LaTeX template: Move hyperref before polyglossia.John MacFarlane2015-05-27
* Merge pull request #2169 from tarleb/org-header-tagsJohn MacFarlane2015-05-26
|\
| * Org reader: drop trees with a :noexport: tagAlbert Krewinkel2015-05-23
| * Org reader: put header tags into empty spansAlbert Krewinkel2015-05-23
* | Merge pull request #2141 from DigitalPublishingToolkit/icml-imagesJohn MacFarlane2015-05-26
|\ \
| * | Fix image URIs in ICML output (v2)gohai2015-05-11
* | | Updated tests for new highlighting-kate.John MacFarlane2015-05-26
| |/ |/|
* | Markdown reader: Made implicit header references case-insensitive.John MacFarlane2015-05-13
* | HTML reader: Support base tag.John MacFarlane2015-05-13
* | Fixed regression in charsInBalancedBrackets.John MacFarlane2015-05-13
|/
* Test updates for 15d16e84567ca74c18448c60a2499e484581798f.John MacFarlane2015-05-04
* Make sure a closing `</div>` doesn't get included in a defn list item.John MacFarlane2015-05-03
* Fixed tests for change to latex template.John MacFarlane2015-05-02
* Fixed regression with lists inside defintiion lists.John MacFarlane2015-04-26
* EPUB tests: don't use joinPath, which varies across platforms.John MacFarlane2015-04-22
* MD Reader: Tests for links/footnotes after citationsNikolay Yakimov2015-04-20
* Added test case for #2062.John MacFarlane2015-04-18
* Markdown writer: improved escaping.John MacFarlane2015-04-18
* Markdown definition lists: don't require indent for first line.John MacFarlane2015-04-18
* More principled fix for #1820.John MacFarlane2015-04-17
* Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu...John MacFarlane2015-04-17
|\
| * LaTeX writer: Use a declaration for tight listsJose Luis Duran2014-09-01
* | Merge pull request #1954 from mcmtroffaes/feature/citekey-firstchar-alphanumJohn MacFarlane2015-04-17
|\ \
| * | Allow digit as first character of a citation key.Matthias C. M. Troffaes2015-02-18
* | | Merge pull request #2079 from lierdakil/rst-normalize-headingsJohn MacFarlane2015-04-17
|\ \ \
| * | | RST Writer: Tests for rubrics and heading normalizationNikolay Yakimov2015-04-16
* | | | Merge pull request #2092 from lierdakil/issue1909John MacFarlane2015-04-17
|\ \ \ \
| * | | | MD Reader: Test for smart `'` after inline mathNikolay Yakimov2015-04-18
* | | | | LaTeX template: redefine `\paragraph`, `\subparagraph`...John MacFarlane2015-04-17
|/ / / /
* / / / LaTeX template: include grffile together with graphicx.John MacFarlane2015-04-13
|/ / /
* | | Merge pull request #2072 from lierdakil/latex-reader-cleanupJohn MacFarlane2015-04-12
|\ \ \
| * | | LaTeX Reader: Test for `^^` character escapesNikolay Yakimov2015-04-13
* | | | OpenDocument template: use `text:p` instead of `text:h` for title.John MacFarlane2015-04-12
* | | | ODT Writer: Figure captions - Tests updateNikolay Yakimov2015-04-12
|/ / /
* | | RST writer: better handling of raw latex inline.John MacFarlane2015-04-07
* | | Latex Reader: More tests for corner casesNikolay Yakimov2015-03-30
* | | Latex Reader: Test for para starting with latex macroNikolay Yakimov2015-03-30
* | | LaTeX Reader: check for block-level newcommand aliases in blockCommandNikolay Yakimov2015-03-30
* | | Merge branch 'master' of https://github.com/rootzlevel/pandoc into rootzlevel...John MacFarlane2015-03-28
|\ \ \
| * | | Org reader: Add test for image linksHans-Peter Deifel2015-02-26