summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-07-25Fixed runtime error with compactify'DL on certain lists.John MacFarlane
2014-07-23DocBook reader: Better handle elements inside code environments.John MacFarlane
2014-07-20HTML reader: parse Div and Span elements even without `--parse-raw`.John MacFarlane
2014-07-20Markdown reader: revised definition list syntax (closes #1429).John MacFarlane
2014-07-20Org reader: text adjacent to a list yields a Plain, not Para.John MacFarlane
2014-07-20AsciiDoc writer: Double markers in intraword emphasis.John MacFarlane
2014-07-17Org reader: Respect :exports header arguments on code blocksCraig S. Bosma
2014-07-15Merge pull request #1430 from jkr/anchor-fix-2John MacFarlane
2014-07-15LaTeX writer: Use \nolinkurl in email autolinks.John MacFarlane
2014-07-15Docx reader: Add testJesse Rosenthal
2014-07-13Use raw HTML for complex block quotes.John MacFarlane
2014-07-13DokuWiki writer: Use raw HTML for complex lists...John MacFarlane
2014-07-13DokuWiki writer: Normalize to collapse adjacent raw HTML blocks.John MacFarlane
2014-07-13DokuWiki writer: Updated tests.John MacFarlane
2014-07-13Merge branch 'claremacrae-dokuwiki'.John MacFarlane
2014-07-10Added failing test for issue #1121.John MacFarlane
2014-07-10LaTeX writer: Put table captions above tables.John MacFarlane
2014-07-08DokuWiki writer: Remove broken formatting from headings (#1398)Clare Macrae
2014-07-07Added test for issue #1330.John MacFarlane
2014-07-07Reorganized some markdown tests.John MacFarlane
2014-07-07Updated dokuwiki tests for latest changes to testsuite.native.John MacFarlane
2014-07-07Merge branch 'dokuwiki' of https://github.com/claremacrae/pandoc into clarema...John MacFarlane
2014-07-07Revamped raw HTML block parsing in markdown.John MacFarlane
2014-07-02Revert "DokuWiki writer: Whitespace to a testsuite output file."Clare Macrae
2014-07-02DokuWiki writer: Span no longer swallows textClare Macrae
2014-07-02DokuWiki writer: Add new test showing that span swallows content.Clare Macrae
2014-07-02DokuWiki writer: Whitespace to a testsuite output file.Clare Macrae
2014-07-02DokuWiki writer: Retain unknown RawBlock and RawInline textClare Macrae
2014-07-02DokuWiki output: Implement blockquotes properly Clare Macrae
2014-07-01Merge branch 'master' of git://github.com/jgm/pandoc into dokuwikiClare Macrae
2014-07-01Remove stray <div> and </div> from DokuWiki output (#386)Clare Macrae
2014-07-01Improved HTML Blocks in DokuWiki output (#386)Clare Macrae
2014-06-29Rewrote normalize for efficiency. (Closes #1385.)John MacFarlane
2014-06-29Docx reader: Add tests for hanging indent handline.Jesse Rosenthal
2014-06-29Updated DokuWiki code and tests to work with latest code from jgm.Clare Macrae
2014-06-29Merge remote-tracking branch 'jgm/master' into dokuwikiClare Macrae
2014-06-28Update docx tests to reflect new expected behaviorJesse Rosenthal
2014-06-28Change test result to match new behavior.Jesse Rosenthal
2014-06-25Track changes tests.Jesse Rosenthal
2014-06-25Docx reader: Add tests for basic track changesJesse Rosenthal
2014-06-24Docx Reader: add failing defintion list tests.Jesse Rosenthal
2014-06-24Docx reader: add failing tests for inline code and code blocks.Jesse Rosenthal
2014-06-23Merge pull request #1366 from jkr/reducible3John MacFarlane
2014-06-23Add test for correctly trimming spaces in formatting.Jesse Rosenthal
2014-06-23LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane
2014-06-22Docx reader tests: add tests for normalization deep in blocks.Jesse Rosenthal
2014-06-22Docx reader tests: Correct normalize test.Jesse Rosenthal
2014-06-22Add normalization test.Jesse Rosenthal
2014-06-20Docx reader tests: Introduce NoNormPandoc type.Jesse Rosenthal
2014-06-20LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.John MacFarlane