aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-01-07Updated tests for latest texmath.John MacFarlane
2014-01-01HTML reader: Parse name/content pairs from meta tags as metadata.John MacFarlane
2013-12-27Removed old MarkdownTest_1.0.3 directory (not currently used).John MacFarlane
2013-12-19HLint: redundant parensHenry de Valence
2013-12-19HLint: Remove lambdas.Henry de Valence
2013-12-09Don't use tilde code blocks with braced attributes in gfm output.John MacFarlane
2013-12-06Small change to HTML reader tests.John MacFarlane
2013-12-04Add booktabs package for LaTeX tablesJose Luis Duran
2013-11-30Markdown writer: Fix rendering of tight sublists.John MacFarlane
2013-11-30ODT writer: Add `draw:name` attribute to `draw:frame` elements.John MacFarlane
2013-11-30Fixed tests for new ConTeXt writer behavior.John MacFarlane
2013-11-22ConTeXt writer: Use setupcaption to separate style from content.John MacFarlane
2013-11-22Fixed bug with intraword emphasis.John MacFarlane
2013-11-18LaTeX reader: Parse contents of curly quotes or matched `"` as quotes.John MacFarlane
2013-11-17MediaWiki reader: Add automatic header identifiers.John MacFarlane
2013-11-12HTML/EPUB footnotes: Put `<sup>` tag inside `<a>` tags.John MacFarlane
2013-11-01TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane
2013-10-21Fix definition lists with internal links in terms (closes #1032).John MacFarlane
2013-10-20Pass the buildDir as first argument to test suite.John MacFarlane
2013-10-18MediaWiki reader: Trim contents of `<math>` tags.John MacFarlane
2013-09-24Updated opendocument tests.John MacFarlane
2013-09-14Markdown reader: unresolved citations fall back to original text.John MacFarlane
2013-09-11Mediawiki: Parse an image + caption in a para by itself as a figure.John MacFarlane
2013-09-06Markdown writer: Fixed bugs in YAML header output.John MacFarlane
2013-09-01Markdown reader: Don't autolink a bare URI that is followed by `</a>`.John MacFarlane
2013-09-01Use registerHeader in Textile reader.John MacFarlane
2013-09-01Use registerHeader in RST and LaTeX readers.John MacFarlane
2013-08-26Added markdown citation parsing test.John MacFarlane
2013-08-25Merge pull request #961 from nougad/add_latex_listings_labelJohn MacFarlane
2013-08-25Removed tests relating to citation processing.John MacFarlane
2013-08-24Removed dependency on citeproc-hs.John MacFarlane
2013-08-22Write id for code block to label attr in latex when listing is usedFlorian Eitel
2013-08-20Merge branch 'altcite'John MacFarlane
2013-08-20Create Cite element even if no matching reference in the biblio.John MacFarlane
2013-08-19Scale LaTeX tables so they don't exceed columnwidth.John MacFarlane
2013-08-18Adjusted writers and tests for change in parsing of div/span.John MacFarlane
2013-08-16LaTeX writer: Avoid problem with footnotes in unnumbered headers.John MacFarlane
2013-08-16Updated tests for latest pandoc-types changes.John MacFarlane
2013-08-14Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane
2013-08-11ODT/OpenDocument writer: Minor changes for ODF 1.2 conformance.John MacFarlane
2013-08-10Added Tests.Walk.John MacFarlane
2013-08-10Updated tests for new Format.John MacFarlane
2013-08-10Adjustments for new Format newtype.John MacFarlane
2013-08-03MediaWiki writer: Use native mediawiki tables instead of HTML.John MacFarlane
2013-07-25Textile reader: Improved handling of `<pre>` blocks.John MacFarlane
2013-07-23Test suite changes for new highlighting-kate version.John MacFarlane
2013-07-21LaTeX reader: Don't add spurious ", " to citation suffixes.John MacFarlane
2013-07-14Fixing wrong numbered-list indentation in open document formatAlexander Kondratskiy
2013-07-13Updated a test whose output changed due to last commit.John MacFarlane
2013-07-01Markdown writer: Commas are okay in plain yaml scalars.John MacFarlane