aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-03-07Markdown writer: Render citations as pandoc-markdown citations.John MacFarlane
2013-03-05Hide Text.Pandoc.Highlighting.John MacFarlane
2013-03-02Added test for pipe table with spaces around header lines.John MacFarlane
2013-02-27Updated tests for latex template change (microtype).John MacFarlane
2013-02-21Make `implicit_header_references` work with explicit header ids.John MacFarlane
2013-02-16Textile reader: Handle attributes on headers.John MacFarlane
2013-02-15Allow `&` in emails (for entities).John MacFarlane
2013-02-14HTML writer: Support header attributes.John MacFarlane
2013-01-28DocBook writer: for linebreak, but newline in literallayout.John MacFarlane
2013-01-28Updated latex table tests.John MacFarlane
2013-01-28Merge pull request #733 from jrunningen/masterJohn MacFarlane
2013-01-27Markdown/RST reader: Skip blank lines.John MacFarlane
2013-01-27Mediawiki reader: Don't require blanklines after tables.Jeff Runningen
2013-01-26RST writer: Use `.. code:: language` for code blocks with language.John MacFarlane
2013-01-23Eliminated use of TH in test suite.John MacFarlane
2013-01-21LaTeX template: Use `\urlstyle{same}` to avoid monospace URLs.John MacFarlane
2013-01-21Use proportional font for email autolinks with obfuscation.John MacFarlane
2013-01-21Markdown reader: Fixed bug with headerless grid tables.John MacFarlane
2013-01-20Fixed bug with escaped % in LaTeX reader.John MacFarlane
2013-01-19LaTeX test updates for latest changes to template & h-k.John MacFarlane
2013-01-19Get rid of compiler warnings in Tests.Helpers.John MacFarlane
2013-01-18Set locale encoding in test suite.John MacFarlane
2013-01-18RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane
2013-01-15Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane
2013-01-15Added lots of tests for bare URIs.John MacFarlane
2013-01-15Revised URI parser.John MacFarlane
2013-01-15Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane
2013-01-14Implemented Ext_implicit_figures.John MacFarlane
2013-01-14Parsing: Fixed uri -- escape unicode URLs.John MacFarlane
2013-01-13RST writer: Fixes bug with links with duplicate text.John MacFarlane
2013-01-13Added tests for markdown line blocks and explicit header attributes.John MacFarlane
2013-01-13RST reader: Line block improvements.John MacFarlane
2013-01-13Use line block in RST writer when a paragraph contains linebreaks.John MacFarlane
2013-01-12Escape `|` as `\vert` in LaTeX math.John MacFarlane
2013-01-12Fixed/simplified diff output for tests.John MacFarlane
2013-01-09Added Attr field to Header.John MacFarlane
2013-01-07Updated tests for tight/loose lists.John MacFarlane
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane
2013-01-06Mediawiki reader: interpret HTML in verbatim contexts as text.John MacFarlane
2013-01-05Updated table tests for latex writer changes.John MacFarlane
2013-01-04MediaWiki writer: use `<code>` not `<tt>` for Code.John MacFarlane
2013-01-04Added css to preserve spaces in <code> tags.John MacFarlane
2013-01-04Updated tests for latest highlighting-kate version.John MacFarlane
2013-01-03Added tests for implicit header references.John MacFarlane
2013-01-03Updated test runner for changes in pandoc.John MacFarlane
2013-01-02Fixed test suite to use Diff 0.2 API.John MacFarlane
2012-11-06Textile reader/writer: Fixed autolinks.John MacFarlane
2012-11-04RST writer: Don't add ":align: center" to figures.John MacFarlane
2012-10-28Removed citationSuppressParens.John MacFarlane
2012-10-22LaTeX reader: Initialize citationSuppressParens field.John MacFarlane