summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Correctly implement capitalisation.Artyom Kazak2014-08-03
* Merge branch 'underline-option' of https://github.com/jkr/pandocJohn MacFarlane2014-07-31
|\
| * Update docx test to interpret single underline as emph.Jesse Rosenthal2014-07-31
* | Remove now unneeded JSON test file.Jesse Rosenthal2014-07-31
* | Docx tests: rewrite mediabag tests.Jesse Rosenthal2014-07-31
|/
* New module, Text.Pandoc.MediaBag.John MacFarlane2014-07-31
* Made MediaBag a newtype, and added mime type information to media.John MacFarlane2014-07-31
* Docx test: Test image from media bag.Jesse Rosenthal2014-07-30
* Docx tests: Add test image.Jesse Rosenthal2014-07-30
* Docx tests: Added media test comparison function.Jesse Rosenthal2014-07-30
* Updated RTF writer tests.John MacFarlane2014-07-30
* Docx reader: change tests to make use of media bag.Jesse Rosenthal2014-07-30
* LaTeX writer: use \(..\) instead of $..$ for inline math.John MacFarlane2014-07-29
* Merge pull request #1463 from jkr/metadataJohn MacFarlane2014-07-29
|\
| * Add and update docx tests in pandoc.cabal.Jesse Rosenthal2014-07-29
| * Docx reader: Make metavalues out of styled paragraphs.Jesse Rosenthal2014-07-29
* | Markdown writer: More improvements to 'plain' output, updated tests.John MacFarlane2014-07-27
|/
* Txt2Tags Reader: Added testsMatthew Pickering2014-07-27
* Fixed runtime error with compactify'DL on certain lists.John MacFarlane2014-07-25
* DocBook reader: Better handle elements inside code environments.John MacFarlane2014-07-23
* HTML reader: parse Div and Span elements even without `--parse-raw`.John MacFarlane2014-07-20
* Markdown reader: revised definition list syntax (closes #1429).John MacFarlane2014-07-20
* Org reader: text adjacent to a list yields a Plain, not Para.John MacFarlane2014-07-20
* AsciiDoc writer: Double markers in intraword emphasis.John MacFarlane2014-07-20
* Org reader: Respect :exports header arguments on code blocksCraig S. Bosma2014-07-17
* Merge pull request #1430 from jkr/anchor-fix-2John MacFarlane2014-07-15
|\
| * Docx reader: Add testJesse Rosenthal2014-07-15
* | LaTeX writer: Use \nolinkurl in email autolinks.John MacFarlane2014-07-15
|/
* Use raw HTML for complex block quotes.John MacFarlane2014-07-13
* DokuWiki writer: Use raw HTML for complex lists...John MacFarlane2014-07-13
* DokuWiki writer: Normalize to collapse adjacent raw HTML blocks.John MacFarlane2014-07-13
* DokuWiki writer: Updated tests.John MacFarlane2014-07-13
* Merge branch 'claremacrae-dokuwiki'.John MacFarlane2014-07-13
|\
| * DokuWiki writer: Remove broken formatting from headings (#1398)Clare Macrae2014-07-08
* | Added failing test for issue #1121.John MacFarlane2014-07-10
* | LaTeX writer: Put table captions above tables.John MacFarlane2014-07-10
|/
* Added test for issue #1330.John MacFarlane2014-07-07
* Reorganized some markdown tests.John MacFarlane2014-07-07
* Updated dokuwiki tests for latest changes to testsuite.native.John MacFarlane2014-07-07
* Merge branch 'dokuwiki' of https://github.com/claremacrae/pandoc into clarema...John MacFarlane2014-07-07
|\
| * Revert "DokuWiki writer: Whitespace to a testsuite output file."Clare Macrae2014-07-02
| * DokuWiki writer: Span no longer swallows textClare Macrae2014-07-02
| * DokuWiki writer: Add new test showing that span swallows content.Clare Macrae2014-07-02
| * DokuWiki writer: Whitespace to a testsuite output file.Clare Macrae2014-07-02
| * DokuWiki writer: Retain unknown RawBlock and RawInline textClare Macrae2014-07-02
| * DokuWiki output: Implement blockquotes properly Clare Macrae2014-07-02
| * Merge branch 'master' of git://github.com/jgm/pandoc into dokuwikiClare Macrae2014-07-01
| |\
| * | Remove stray <div> and </div> from DokuWiki output (#386)Clare Macrae2014-07-01
| * | Improved HTML Blocks in DokuWiki output (#386)Clare Macrae2014-07-01
| * | Updated DokuWiki code and tests to work with latest code from jgm.Clare Macrae2014-06-29