aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2012-11-06Textile reader/writer: Fixed autolinks.John MacFarlane3-6/+6
2012-11-04RST writer: Don't add ":align: center" to figures.John MacFarlane1-1/+0
2012-10-28Removed citationSuppressParens.John MacFarlane2-2/+2
2012-10-22LaTeX reader: Initialize citationSuppressParens field.John MacFarlane2-2/+3
2012-10-21Revert "LaTeX reader: Use new suppressParens option for footnote citations."John MacFarlane1-7/+6
2012-10-21Revert "Adjust LaTeX reader test for last change."John MacFarlane1-1/+1
2012-10-20Updated lhs-test.latex for new highlighting-kate treatment of `.John MacFarlane1-1/+1
2012-10-15Adjust LaTeX reader test for last change.John MacFarlane1-1/+1
2012-10-15LaTeX reader: Use new suppressParens option for footnote citations.John MacFarlane1-6/+7
2012-10-13Textile reader: Fixed bug with list items containing line breaks.John MacFarlane2-0/+10
2012-10-10LaTeX reader: Better support for citation commands.John MacFarlane1-1/+1
2012-10-05Textile reader: Implemented comment blocks.John MacFarlane2-1/+11
2012-10-04Updated mediawiki writer test for `<br />` change.John MacFarlane1-2/+1
2012-09-30RST reader: Consolidate super/subscript, math into interpretedRole.John MacFarlane1-1/+1
2012-09-30RST reader: Consolidated rawBlock into directive.John MacFarlane1-3/+3
2012-09-29Renamed removedLeadingTrailingSpace to trim.John MacFarlane1-2/+2
2012-09-29RST reader: Consolidated math block parsers into directive.John MacFarlane1-2/+2
2012-09-27RST reader: Use Text.Pandoc.Builder.John MacFarlane2-125/+125
2012-09-27RST reader: Support :target: on image substitutions.John MacFarlane2-0/+7
2012-09-26RST reader: Support :target: on .. image:: blocks.John MacFarlane1-2/+2
2012-09-25Removed need for utf8-string package.John MacFarlane1-2/+2
2012-09-24Texinfo writer: Fixed internal cross-references.John MacFarlane1-26/+67
2012-09-22Markdown reader: Fixed link parser to avoid exponential slowdowns.John MacFarlane1-0/+2
2012-09-22LaTeX reader: Added a 'try' in rawLaTeXBlock.John MacFarlane1-0/+4
2012-09-21Tests.Old: Set TMP to ".".John MacFarlane1-1/+1
2012-09-16LaTeX writer: Don't rely on the enumerate package.John MacFarlane1-24/+34
2012-09-16LaTeX writer: Properly escape strings inside \url{}.John MacFarlane1-1/+1
2012-09-16Merge pull request #596 from dlax/rst-fieldlistsJohn MacFarlane1-1/+2
2012-09-15MediaWiki reader: Allow table in table cell.John MacFarlane2-0/+33
2012-09-15LaTeX writer: don't escape _ in url.John MacFarlane1-1/+1
2012-09-15LaTeX writer: Don't use \endhead with longtable.John MacFarlane1-5/+5
2012-09-15Revised latex writer tests to use longtable.John MacFarlane1-57/+51
2012-09-15MediaWiki reader: Added test case for templates in list item.John MacFarlane2-2/+5
2012-09-15MediaWiki reader: Added test for ref.John MacFarlane2-1/+7
2012-09-15MediaWiki reader: Interpret width attribute on table columns.John MacFarlane2-3/+3
2012-09-15MediaWiki reader: Got alignments working.John MacFarlane2-1/+21
2012-09-15MediaWiki reader: Misc fixes, put category links at end.John MacFarlane2-3/+4
2012-09-15MediaWiki reader: Parse styles after '{|' table start.John MacFarlane2-2/+21
2012-09-14MediaWiki reader: Added test for multi-paragraph cells.John MacFarlane2-1/+27
2012-09-14MediaWiki reader: Table improvements, added simple table tests.John MacFarlane2-1/+44
2012-09-13MediaWiki reader: Images.John MacFarlane2-0/+15
2012-09-13MediaWiki reader: internal links.John MacFarlane2-0/+6
2012-09-13MediaWiki reader: Implemented basic internal links.John MacFarlane2-0/+18
2012-09-13MediaWiki reader: Added tests for external mailto link.John MacFarlane2-0/+3
2012-09-13MediaWiki reader: Implemented numbered external links.John MacFarlane2-0/+3
2012-09-13MediaWiki reader: Support HTML lists.John MacFarlane2-0/+37
2012-09-13MediaWiki reader: Handle templates, variables as raw mediawiki.John MacFarlane2-1/+20
2012-09-12MediaWiki reader: preformatted blocks and tests.John MacFarlane2-2/+31
2012-09-12MediaWiki reader: Support `<math>` tag.John MacFarlane2-1/+7
2012-09-12Added tests for mediawiki lists.John MacFarlane2-1/+104