aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-01-07Updated tests for latest texmath.John MacFarlane1-1/+1
2014-01-01HTML reader: Parse name/content pairs from meta tags as metadata.John MacFarlane1-1/+1
2013-12-27Removed old MarkdownTest_1.0.3 directory (not currently used).John MacFarlane45-3905/+0
2013-12-19HLint: redundant parensHenry de Valence2-3/+3
2013-12-19HLint: Remove lambdas.Henry de Valence1-2/+2
2013-12-09Don't use tilde code blocks with braced attributes in gfm output.John MacFarlane1-2/+2
2013-12-06Small change to HTML reader tests.John MacFarlane1-9/+9
2013-12-04Add booktabs package for LaTeX tablesJose Luis Duran1-45/+45
2013-11-30Markdown writer: Fix rendering of tight sublists.John MacFarlane1-0/+4
2013-11-30ODT writer: Add `draw:name` attribute to `draw:frame` elements.John MacFarlane1-2/+2
2013-11-30Fixed tests for new ConTeXt writer behavior.John MacFarlane2-9/+10
2013-11-24MediaWiki reader: Accept image links in more languagesJaime Marquínez Ferrándiz2-0/+3
2013-11-22ConTeXt writer: Use setupcaption to separate style from content.John MacFarlane1-1/+3
2013-11-22Fixed bug with intraword emphasis.John MacFarlane1-0/+5
2013-11-18LaTeX reader: Parse contents of curly quotes or matched `"` as quotes.John MacFarlane1-1/+1
2013-11-17MediaWiki reader: Add automatic header identifiers.John MacFarlane1-29/+29
2013-11-12HTML/EPUB footnotes: Put `<sup>` tag inside `<a>` tags.John MacFarlane1-3/+3
2013-11-01TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane5-5/+5
2013-10-21Fix definition lists with internal links in terms (closes #1032).John MacFarlane1-0/+5
2013-10-20Pass the buildDir as first argument to test suite.John MacFarlane2-5/+10
2013-10-18MediaWiki reader: Trim contents of `<math>` tags.John MacFarlane2-0/+3
2013-09-24Updated opendocument tests.John MacFarlane1-52/+65
2013-09-14Markdown reader: unresolved citations fall back to original text.John MacFarlane1-14/+14
2013-09-11Mediawiki: Parse an image + caption in a para by itself as a figure.John MacFarlane1-4/+4
2013-09-06Markdown writer: Fixed bugs in YAML header output.John MacFarlane1-1/+1
2013-09-01Markdown reader: Don't autolink a bare URI that is followed by `</a>`.John MacFarlane1-1/+4
2013-09-01Use registerHeader in Textile reader.John MacFarlane1-29/+29
2013-09-01Use registerHeader in RST and LaTeX readers.John MacFarlane8-69/+69
2013-08-28Implement definition lists in dokuwiki writer (#386) - credit: James Smaldon claremacrae1-9/+12
2013-08-26Added markdown citation parsing test.John MacFarlane2-0/+21
2013-08-25Merge pull request #961 from nougad/add_latex_listings_labelJohn MacFarlane2-0/+14
2013-08-25Removed tests relating to citation processing.John MacFarlane7-1360/+0
2013-08-24Removed dependency on citeproc-hs.John MacFarlane1-14/+0
2013-08-23Added failing test for definition list output in dokuwiki writer (#386)claremacrae1-45/+19
2013-08-22Write id for code block to label attr in latex when listing is usedFlorian Eitel2-0/+14
2013-08-20Merge branch 'altcite'John MacFarlane4-46/+68
2013-08-20Create Cite element even if no matching reference in the biblio.John MacFarlane4-46/+68
2013-08-19Scale LaTeX tables so they don't exceed columnwidth.John MacFarlane1-32/+32
2013-08-19Bullet and ordered lists now always simple in dokuwiki writer (#386)claremacrae1-28/+15
2013-08-19Removed unnecessary line-break after hard break in dokuwiki writer (#386)claremacrae1-2/+1
2013-08-18Adjusted writers and tests for change in parsing of div/span.John MacFarlane13-98/+167
2013-08-18Stop plain text ** and __ becoming formatting in dokuwiki writer (#386)claremacrae1-1/+1
2013-08-18Stop plain text // becoming an italic marker in dokuwiki writer (#386)claremacrae1-1/+1
2013-08-18Treat inline code blocks like <code> instead of <tt> in dokuwiki writer (#386)claremacrae2-7/+7
2013-08-17Nasty hack to stop C comments in inline code becoming italics in dokuwiki wri...claremacrae1-1/+1
2013-08-17Add more tests for dokuwiki writer (#386)claremacrae2-2/+5
2013-08-17Add extra pair of test files for dokuwiki writer (#386)claremacrae3-1/+8
2013-08-17Fixed inlined code in dokuwiki writer (#386)claremacrae1-6/+6
2013-08-17Don't add entities in <code> blocks in dokuwiki writer (#386)claremacrae1-10/+10
2013-08-17Implement <code> blocks in dokuwiki writer (#386)claremacrae1-15/+15