summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Eliminated use of TH in test suite.John MacFarlane2013-01-23
* LaTeX template: Use `\urlstyle{same}` to avoid monospace URLs.John MacFarlane2013-01-21
* Use proportional font for email autolinks with obfuscation.John MacFarlane2013-01-21
* Markdown reader: Fixed bug with headerless grid tables.John MacFarlane2013-01-21
* Fixed bug with escaped % in LaTeX reader.John MacFarlane2013-01-20
* LaTeX test updates for latest changes to template & h-k.John MacFarlane2013-01-19
* Get rid of compiler warnings in Tests.Helpers.John MacFarlane2013-01-19
* Set locale encoding in test suite.John MacFarlane2013-01-18
* RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane2013-01-18
* Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane2013-01-15
* Added lots of tests for bare URIs.John MacFarlane2013-01-15
* Revised URI parser.John MacFarlane2013-01-15
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Parsing: Fixed uri -- escape unicode URLs.John MacFarlane2013-01-14
* RST writer: Fixes bug with links with duplicate text.John MacFarlane2013-01-13
* Added tests for markdown line blocks and explicit header attributes.John MacFarlane2013-01-13
* RST reader: Line block improvements.John MacFarlane2013-01-13
* Use line block in RST writer when a paragraph contains linebreaks.John MacFarlane2013-01-13
* Escape `|` as `\vert` in LaTeX math.John MacFarlane2013-01-12
* Fixed/simplified diff output for tests.John MacFarlane2013-01-12
* Added Attr field to Header.John MacFarlane2013-01-09
* Updated tests for tight/loose lists.John MacFarlane2013-01-07
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* Mediawiki reader: interpret HTML in verbatim contexts as text.John MacFarlane2013-01-06
* Updated table tests for latex writer changes.John MacFarlane2013-01-05
* MediaWiki writer: use `<code>` not `<tt>` for Code.John MacFarlane2013-01-04
* Added css to preserve spaces in <code> tags.John MacFarlane2013-01-04
* Updated tests for latest highlighting-kate version.John MacFarlane2013-01-04
* Added tests for implicit header references.John MacFarlane2013-01-03
* Updated test runner for changes in pandoc.John MacFarlane2013-01-03
* Fixed test suite to use Diff 0.2 API.John MacFarlane2013-01-02
* Textile reader/writer: Fixed autolinks.John MacFarlane2012-11-06
* RST writer: Don't add ":align: center" to figures.John MacFarlane2012-11-04
* Removed citationSuppressParens.John MacFarlane2012-10-28
* LaTeX reader: Initialize citationSuppressParens field.John MacFarlane2012-10-22
* Revert "LaTeX reader: Use new suppressParens option for footnote citations."John MacFarlane2012-10-21
* Revert "Adjust LaTeX reader test for last change."John MacFarlane2012-10-21
* Updated lhs-test.latex for new highlighting-kate treatment of `.John MacFarlane2012-10-20
* Adjust LaTeX reader test for last change.John MacFarlane2012-10-15
* LaTeX reader: Use new suppressParens option for footnote citations.John MacFarlane2012-10-15
* Textile reader: Fixed bug with list items containing line breaks.John MacFarlane2012-10-13
* LaTeX reader: Better support for citation commands.John MacFarlane2012-10-10
* Textile reader: Implemented comment blocks.John MacFarlane2012-10-05
* Updated mediawiki writer test for `<br />` change.John MacFarlane2012-10-04
* RST reader: Consolidate super/subscript, math into interpretedRole.John MacFarlane2012-09-30
* RST reader: Consolidated rawBlock into directive.John MacFarlane2012-09-30
* Renamed removedLeadingTrailingSpace to trim.John MacFarlane2012-09-29
* RST reader: Consolidated math block parsers into directive.John MacFarlane2012-09-29
* RST reader: Use Text.Pandoc.Builder.John MacFarlane2012-09-27