aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2013-04-14Haddock reader improvements.John MacFarlane1-1/+1
2013-04-09Man writer: use one decimal place for column widths.John MacFarlane1-3/+3
2013-04-09Update markdown writer tests for changes in author in titleblock.John MacFarlane1-1/+2
2013-04-09Fixed Haddock reader bugs with list item spaces and examples.John MacFarlane1-2/+2
2013-04-08Fixed haddock test output.John MacFarlane2-9/+9
2013-04-04Haddock reader: add tests.David Lazar2-1/+95
2013-03-28Modified haddock reader test stubs so they pass, for now.John MacFarlane2-2/+1
2013-03-28Added stubs for haddock reader tests.John MacFarlane3-0/+7
2013-03-28MediaWiki reader: Correctly handle indented preformatted textJohn MacFarlane2-0/+7
2013-03-28Mediawiki: Fixed regression for `<ref>URL</ref>`.John MacFarlane2-1/+3
2013-03-20Added OPML template, tests.John MacFarlane4-92/+158
2013-03-19Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane3-0/+161
2013-03-17Markdown writer: New approach for citations.John MacFarlane1-1/+1
2013-03-17Revert "LaTeX reader: citation handling changes."John MacFarlane4-116/+4
2013-03-13Markdown reader: don't lose parentheses in URLs.John MacFarlane2-1/+15
2013-03-09LaTeX reader: citation handling changes.John MacFarlane4-4/+116
2013-03-07Markdown writer: Render citations as pandoc-markdown citations.John MacFarlane1-2/+2
2013-03-05Hide Text.Pandoc.Highlighting.John MacFarlane1-1/+1
2013-03-02Added test for pipe table with spaces around header lines.John MacFarlane1-1/+1
2013-02-27Updated tests for latex template change (microtype).John MacFarlane3-6/+6
2013-02-21Make `implicit_header_references` work with explicit header ids.John MacFarlane2-2/+5
2013-02-16Textile reader: Handle attributes on headers.John MacFarlane2-2/+2
2013-02-15Allow `&` in emails (for entities).John MacFarlane2-1/+17
2013-02-14HTML writer: Support header attributes.John MacFarlane3-7/+7
2013-01-28DocBook writer: for linebreak, but newline in literallayout.John MacFarlane1-1/+2
2013-01-28Updated latex table tests.John MacFarlane1-7/+7
2013-01-28Merge pull request #733 from jrunningen/masterJohn MacFarlane2-0/+7
2013-01-27Markdown/RST reader: Skip blank lines.John MacFarlane2-4/+17
2013-01-27Mediawiki reader: Don't require blanklines after tables.Jeff Runningen2-0/+7
2013-01-26RST writer: Use `.. code:: language` for code blocks with language.John MacFarlane10-19/+19
2013-01-23Eliminated use of TH in test suite.John MacFarlane7-70/+42
2013-01-21LaTeX template: Use `\urlstyle{same}` to avoid monospace URLs.John MacFarlane3-0/+3
2013-01-21Use proportional font for email autolinks with obfuscation.John MacFarlane1-1/+1
2013-01-21Markdown reader: Fixed bug with headerless grid tables.John MacFarlane2-1/+91
2013-01-20Fixed bug with escaped % in LaTeX reader.John MacFarlane2-1/+7
2013-01-19LaTeX test updates for latest changes to template & h-k.John MacFarlane3-1/+7
2013-01-19Get rid of compiler warnings in Tests.Helpers.John MacFarlane1-2/+5
2013-01-18Set locale encoding in test suite.John MacFarlane1-2/+4
2013-01-18RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane1-1/+0
2013-01-15Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane1-1/+1
2013-01-15Added lots of tests for bare URIs.John MacFarlane1-0/+91
2013-01-15Revised URI parser.John MacFarlane1-1/+1
2013-01-15Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2-2/+2
2013-01-14Implemented Ext_implicit_figures.John MacFarlane3-3/+3
2013-01-14Parsing: Fixed uri -- escape unicode URLs.John MacFarlane1-1/+1
2013-01-13RST writer: Fixes bug with links with duplicate text.John MacFarlane1-28/+28
2013-01-13Added tests for markdown line blocks and explicit header attributes.John MacFarlane2-1/+20
2013-01-13RST reader: Line block improvements.John MacFarlane3-5/+5
2013-01-13Use line block in RST writer when a paragraph contains linebreaks.John MacFarlane1-2/+2
2013-01-12Escape `|` as `\vert` in LaTeX math.John MacFarlane1-0/+4