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