summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* 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
* RST reader: Support :target: on image substitutions.John MacFarlane2012-09-27
* RST reader: Support :target: on .. image:: blocks.John MacFarlane2012-09-26
* Removed need for utf8-string package.John MacFarlane2012-09-25
* Texinfo writer: Fixed internal cross-references.John MacFarlane2012-09-24
* Markdown reader: Fixed link parser to avoid exponential slowdowns.John MacFarlane2012-09-22
* LaTeX reader: Added a 'try' in rawLaTeXBlock.John MacFarlane2012-09-22
* Tests.Old: Set TMP to ".".John MacFarlane2012-09-21
* LaTeX writer: Don't rely on the enumerate package.John MacFarlane2012-09-16
* LaTeX writer: Properly escape strings inside \url{}.John MacFarlane2012-09-16
* Merge pull request #596 from dlax/rst-fieldlistsJohn MacFarlane2012-09-16
|\
| * Fix RST reader for field lists items with body beginning after a new lineDenis Laxalde2012-08-29
* | MediaWiki reader: Allow table in table cell.John MacFarlane2012-09-15
* | LaTeX writer: don't escape _ in url.John MacFarlane2012-09-15
* | LaTeX writer: Don't use \endhead with longtable.John MacFarlane2012-09-15
* | Revised latex writer tests to use longtable.John MacFarlane2012-09-15
* | MediaWiki reader: Added test case for templates in list item.John MacFarlane2012-09-15
* | MediaWiki reader: Added test for ref.John MacFarlane2012-09-15
* | MediaWiki reader: Interpret width attribute on table columns.John MacFarlane2012-09-15
* | MediaWiki reader: Got alignments working.John MacFarlane2012-09-15
* | MediaWiki reader: Misc fixes, put category links at end.John MacFarlane2012-09-15
* | MediaWiki reader: Parse styles after '{|' table start.John MacFarlane2012-09-15
* | MediaWiki reader: Added test for multi-paragraph cells.John MacFarlane2012-09-14
* | MediaWiki reader: Table improvements, added simple table tests.John MacFarlane2012-09-14