aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-05-04Added test for #1154.John MacFarlane
2014-05-03Added Tests.Writer.AsciiDoc to repository.John MacFarlane
2014-05-03AsciiDoc writer: Added test for empty table cells.John MacFarlane
2014-05-03DocBook writer: Small tweaks to last commit.John MacFarlane
2014-05-03Distinguish tight and loose lists in Docbook outputNeil Mayhew
2014-05-02Fixed empty reference links. Closes #1186.John MacFarlane
2014-05-01Markdown reader: Make one-column pipe tables work.John MacFarlane
2014-05-01Merge pull request #1272 from tarleb/link-typesJohn MacFarlane
2014-05-01Org reader: Add support for custom link typesAlbert Krewinkel
2014-04-30Updated tests for new LaTeX template.John MacFarlane
2014-04-30RST reader: Some fixes to last change, and use "author" not "authors".John MacFarlane
2014-04-30ConTeXt writer: Improved autolinks.John MacFarlane
2014-04-29Added Cite to Arbitrary instance.John MacFarlane
2014-04-29ADded SmallCaps to Arbitrary instance.John MacFarlane
2014-04-26Update latex reader test for change in latex reader.John MacFarlane
2014-04-25Merge pull request #1265 from tarleb/org-linksJohn MacFarlane
2014-04-25Org reader: Enable internal linksAlbert Krewinkel
2014-04-24Markdown writer: Use proper escapes to avoid unwanted lists.John MacFarlane
2014-04-24Org reader: Recognize plain and angle linksAlbert Krewinkel
2014-04-19Org reader: Allow for compact definition listsAlbert Krewinkel
2014-04-19Org reader: Fix parsing of footnotesAlbert Krewinkel
2014-04-19Org reader: Apply captions to code blocks and tablesAlbert Krewinkel
2014-04-18Org reader: Add support for plain LaTeX fragmentsAlbert Krewinkel
2014-04-18Org reader: Fix parsing of loose listsAlbert Krewinkel
2014-04-17Org reader: Support more types of '#+BEGIN_<type>' blocksAlbert Krewinkel
2014-04-17Org reader: Support footnotesAlbert Krewinkel
2014-04-13Merge pull request #1240 from neilmayhew/masterJohn MacFarlane
2014-04-13Merge pull request #1239 from tarleb/org-linebreakJohn MacFarlane
2014-04-12Add some unit tests for Writers.DocbookNeil Mayhew
2014-04-12Improve handling of hard line breaks in Docbook writerNeil Mayhew
2014-04-12Org reader: Read linebreaksAlbert Krewinkel
2014-04-12Org writer: Fix output for linebreaksAlbert Krewinkel
2014-04-12Org reader: Add support for figuresAlbert Krewinkel
2014-04-11Org reader: Fix parsing of sub-/superscript expressionsAlbert Krewinkel
2014-04-10Org reader: Support more inline/display math variantsAlbert Krewinkel
2014-04-09Org reader: Precise rules for the recognition of markupAlbert Krewinkel
2014-04-07Org reader: Support inline math (like $E=mc^2$)Albert Krewinkel
2014-04-06Org reader: Add support for definition listsAlbert Krewinkel
2014-04-05Textile reader: Better support for attributes.John MacFarlane
2014-04-05Textile reader: Improved treatment of HTML spans (%).John MacFarlane
2014-04-05Merge pull request #1219 from tarleb/org-imagesJohn MacFarlane
2014-04-05Org reader: Support inline imagesAlbert Krewinkel
2014-04-05Org reader: Fix parsing of nested inlinesAlbert Krewinkel
2014-04-04DocBook reader/writer tests: use "authorgroup".John MacFarlane
2014-04-01MediaWiki reader: Fixed bug in certain nested lists.John MacFarlane
2014-04-01Added HTML reader tests for empty strong, emph.John MacFarlane
2014-04-01Tests updated to reflect changes to readers.Matthew Pickering
2014-03-24RTF writer: Fixed tables cells containing paragraphs.John MacFarlane
2014-03-24Merge pull request #1068 from jaimeMF/mw-images-langsJohn MacFarlane
2014-03-05HTML writer: Add colgroup around col tags.John MacFarlane