summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Updated tests to match new docbook template.John MacFarlane2013-04-15
* Haddock reader improvements.John MacFarlane2013-04-14
* Man writer: use one decimal place for column widths.John MacFarlane2013-04-09
* Update markdown writer tests for changes in author in titleblock.John MacFarlane2013-04-09
* Fixed Haddock reader bugs with list item spaces and examples.John MacFarlane2013-04-09
* Fixed haddock test output.John MacFarlane2013-04-08
* Haddock reader: add tests.David Lazar2013-04-04
* Modified haddock reader test stubs so they pass, for now.John MacFarlane2013-03-28
* Added stubs for haddock reader tests.John MacFarlane2013-03-28
* MediaWiki reader: Correctly handle indented preformatted textJohn MacFarlane2013-03-28
* Mediawiki: Fixed regression for `<ref>URL</ref>`.John MacFarlane2013-03-28
* Added OPML template, tests.John MacFarlane2013-03-20
* Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane2013-03-19
* Markdown writer: New approach for citations.John MacFarlane2013-03-17
* Revert "LaTeX reader: citation handling changes."John MacFarlane2013-03-17
* Markdown reader: don't lose parentheses in URLs.John MacFarlane2013-03-13
* LaTeX reader: citation handling changes.John MacFarlane2013-03-09
* Markdown writer: Render citations as pandoc-markdown citations.John MacFarlane2013-03-07
* Hide Text.Pandoc.Highlighting.John MacFarlane2013-03-05
* Added test for pipe table with spaces around header lines.John MacFarlane2013-03-02
* Updated tests for latex template change (microtype).John MacFarlane2013-02-27
* Make `implicit_header_references` work with explicit header ids.John MacFarlane2013-02-21
* Textile reader: Handle attributes on headers.John MacFarlane2013-02-16
* Allow `&` in emails (for entities).John MacFarlane2013-02-15
* HTML writer: Support header attributes.John MacFarlane2013-02-14
* DocBook writer: for linebreak, but newline in literallayout.John MacFarlane2013-01-28
* Updated latex table tests.John MacFarlane2013-01-28
* Merge pull request #733 from jrunningen/masterJohn MacFarlane2013-01-28
|\
| * Mediawiki reader: Don't require blanklines after tables.Jeff Runningen2013-01-27
* | Markdown/RST reader: Skip blank lines.John MacFarlane2013-01-27
|/
* RST writer: Use `.. code:: language` for code blocks with language.John MacFarlane2013-01-26
* 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