summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* 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
* Improvements to yaml title block writer.John MacFarlane2013-07-01
* Switched order of fields in yaml header (writer test).John MacFarlane2013-07-01
* Revert "Markdown writer: Don't include variables in metadata."John MacFarlane2013-07-01
* Markdown writer: Don't include variables in metadata.John MacFarlane2013-07-01
* Markdown writer: Support yaml title block.John MacFarlane2013-06-30
* ConTeXt writer: Properly handle tables without captions.John MacFarlane2013-06-28
* Man writer: give more fine-grained control in template.John MacFarlane2013-06-27
* Stop escaping `|` in LaTeX math.John MacFarlane2013-06-26
* Use latest chicago-author-date.csl.John MacFarlane2013-06-25
* Fixed 'authors' metadata parsing in reST.John MacFarlane2013-06-25
* Some test suite fixes for new metadata.John MacFarlane2013-06-25
* Use new flexible metadata type.John MacFarlane2013-06-24
* Added test for #882.John MacFarlane2013-06-19
* Added a test for #833.John MacFarlane2013-06-19
* RST reader: don't insert paragraphs where docutils doesn't.John MacFarlane2013-06-18
* Textile reader: Correctly handle entities.John MacFarlane2013-06-11
* LaTeX writer: Always create labels for sections.John MacFarlane2013-06-02
* Use latest highlighting-kate and texmath.John MacFarlane2013-05-07
* Updated tests for template changes.John MacFarlane2013-05-07
* Updated tests for changes in LaTeX template.John MacFarlane2013-04-26