summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
...
* 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
* | | | Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane2015-03-28
|\ \ \ \
| * | | | Fixed typo in lhs-test.html.John MacFarlane2015-03-28
* | | | | Merge branch 'mpickering-errortype'John MacFarlane2015-03-28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane2015-03-28
| |\ \ \ \
| | * | | | Update testsMatthew Pickering2015-02-18
| | | |/ / | | |/| |
* | / | | Fixed lhs writer tests (overflow-x, not x-overflow).John MacFarlane2015-03-28
|/ / / /
* | | | Updated tests for new highlighting-kate behavior.John MacFarlane2015-03-28
* | | | Merge pull request #1968 from lierdakil/issue1607John MacFarlane2015-03-16
|\ \ \ \
| * | | | Docx Writer: Tables testNikolay Yakimov2015-03-08
| * | | | Lists testNikolay Yakimov2015-03-08
| * | | | Initial tests for writerNikolay Yakimov2015-03-03
| | |/ / | |/| |
* | | | AsciiDoc writer: avoid wrapping after list marker.John MacFarlane2015-03-15
* | | | AsciiDoc writer: insert some needed blank lines.John MacFarlane2015-03-15
* | | | Merge pull request #1989 from zudov/shortcut_ref_link_prJohn MacFarlane2015-03-15
|\ \ \ \
| * | | | Support shortcut reference links in markdown writerKonstantin Zudov2015-03-10
* | | | | Org reader: add support for smart punctuationCraig S. Bosma2015-03-09
* | | | | LaTeX reader: allow non-empty colsep in tablesMathias Schenner2015-03-08
* | | | | LaTeX reader: allow valign argument in tablesMathias Schenner2015-03-08
* | | | | LaTeX reader: add some test cases for simple tablesMathias Schenner2015-03-08
* | | | | Fixed pipe tables -- headerless tables are not allowed.John MacFarlane2015-03-07
|/ / / /
* / / / Markdown writer: Avoid introducing spurious list items through wrapping.John MacFarlane2015-02-25
|/ / /
* | | Docx reader: add test for verbatim in sub/superscript.Jesse Rosenthal2015-02-21
* | | Docx reader: Add tests for new list style parsing.Jesse Rosenthal2015-02-19
|/ /
* | ICML writer: Better handling of raw blocks and inlines.John MacFarlane2015-02-17
* | Docx reader: test lists in table cells.Jesse Rosenthal2015-02-13