aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests
AgeCommit message (Expand)AuthorFilesLines
2014-07-07Revamped raw HTML block parsing in markdown.John MacFarlane1-1/+1
2014-06-29Rewrote normalize for efficiency. (Closes #1385.)John MacFarlane1-3/+5
2014-06-29Docx reader: Add tests for hanging indent handline.Jesse Rosenthal1-0/+4
2014-06-25Track changes tests.Jesse Rosenthal1-4/+28
2014-06-25Docx reader: Add tests for basic track changesJesse Rosenthal1-0/+10
2014-06-24Docx Reader: add failing defintion list tests.Jesse Rosenthal1-0/+4
2014-06-24Docx reader: add failing tests for inline code and code blocks.Jesse Rosenthal1-0/+9
2014-06-23Merge pull request #1366 from jkr/reducible3John MacFarlane1-0/+4
2014-06-23Add test for correctly trimming spaces in formatting.Jesse Rosenthal1-0/+4
2014-06-23LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane1-0/+2
2014-06-22Docx reader tests: add tests for normalization deep in blocks.Jesse Rosenthal1-0/+4
2014-06-22Add normalization test.Jesse Rosenthal1-0/+4
2014-06-20Docx reader tests: Introduce NoNormPandoc type.Jesse Rosenthal1-2/+27
2014-06-20LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.John MacFarlane1-1/+11
2014-06-19Add tabs tests.Jesse Rosenthal1-1/+6
2014-06-19Add ReaderOptions to the docx testsJesse Rosenthal1-8/+11
2014-06-18Added haddock writer tests.John MacFarlane1-1/+2
2014-06-16Naming: Use Docx instead of DocX.John MacFarlane1-3/+3
2014-06-16Merge branch 'docx' of https://github.com/jkr/pandoc into jkr-docxJohn MacFarlane1-0/+68
2014-06-16Org reader: make tildes create inline code.John MacFarlane1-3/+3
2014-06-16Add DocX automated tests.Jesse Rosenthal1-0/+68
2014-05-20Org reader: support for inline LaTeXAlbert Krewinkel1-0/+27
2014-05-14Org reader: support Pandocs citation extensionAlbert Krewinkel1-0/+22
2014-05-10Org reader: Fix block parameter reader, relax constraintsAlbert Krewinkel1-0/+12
2014-05-09Org reader: Fix parsing of blank lines within blocksAlbert Krewinkel1-0/+9
2014-05-09Org reader: Support arguments for code blocksAlbert Krewinkel1-0/+14
2014-05-06Org reader: Read inline code blocksAlbert Krewinkel1-0/+18
2014-05-04Added test for #1154.John MacFarlane1-0/+9
2014-05-03Added Tests.Writer.AsciiDoc to repository.John MacFarlane1-0/+37
2014-05-03Distinguish tight and loose lists in Docbook outputNeil Mayhew1-11/+188
2014-05-01Merge pull request #1272 from tarleb/link-typesJohn MacFarlane1-0/+26
2014-05-01Org reader: Add support for custom link typesAlbert Krewinkel1-0/+26
2014-04-29Added Cite to Arbitrary instance.John MacFarlane1-5/+4
2014-04-29ADded SmallCaps to Arbitrary instance.John MacFarlane1-1/+1
2014-04-25Org reader: Enable internal linksAlbert Krewinkel1-0/+25
2014-04-24Org reader: Recognize plain and angle linksAlbert Krewinkel1-0/+14
2014-04-19Org reader: Allow for compact definition listsAlbert Krewinkel1-0/+12
2014-04-19Org reader: Fix parsing of footnotesAlbert Krewinkel1-0/+42
2014-04-19Org reader: Apply captions to code blocks and tablesAlbert Krewinkel1-1/+30
2014-04-18Org reader: Add support for plain LaTeX fragmentsAlbert Krewinkel1-1/+19
2014-04-18Org reader: Fix parsing of loose listsAlbert Krewinkel1-5/+16
2014-04-17Org reader: Support more types of '#+BEGIN_<type>' blocksAlbert Krewinkel1-23/+74
2014-04-17Org reader: Support footnotesAlbert Krewinkel1-0/+4
2014-04-13Merge pull request #1240 from neilmayhew/masterJohn MacFarlane1-0/+52
2014-04-13Merge pull request #1239 from tarleb/org-linebreakJohn MacFarlane1-0/+4
2014-04-12Add some unit tests for Writers.DocbookNeil Mayhew1-0/+52
2014-04-12Org reader: Read linebreaksAlbert Krewinkel1-0/+4
2014-04-12Org reader: Add support for figuresAlbert Krewinkel1-0/+21
2014-04-11Org reader: Fix parsing of sub-/superscript expressionsAlbert Krewinkel1-9/+30
2014-04-10Org reader: Support more inline/display math variantsAlbert Krewinkel1-6/+30