aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-03-23Added multilingual URL tests for markdown reader.John MacFarlane
2010-03-18Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher
2010-03-18Added plain writer.fiddlosopher
2010-03-18MediaWiki writer: make links to relative URLs wikilinks.fiddlosopher
2010-03-18Texinfo writer: Handle images in figures.fiddlosopher
2010-03-18HTML writer: Use a p rather than a div for image caption.fiddlosopher
2010-03-18RST writer: handle images in figures.fiddlosopher
2010-03-17MediaWiki writer: Support images in figures.fiddlosopher
2010-03-17Docbook writer: support images as figures.fiddlosopher
2010-03-17Revert "LaTeX writer: Add unique labels to figures."fiddlosopher
2010-03-16LaTeX writer: Add unique labels to figures.fiddlosopher
2010-03-16ConTeXt writer: support images in figures.fiddlosopher
2010-03-16LaTeX writer: support figures with captions.fiddlosopher
2010-03-16HTML writer: implemented image-with-caption feature.fiddlosopher
2010-03-14LaTeX reader: Ignore alt title in section headers.fiddlosopher
2010-03-13Use template variables for include-before/after.fiddlosopher
2010-03-13OpenDocument writer: handle tables with no headers.fiddlosopher
2010-03-13Man writer: properly handle headerless tables.fiddlosopher
2010-03-13Texinfo writer: fixed headerless tables.fiddlosopher
2010-03-11RST writer: Fixed headerless tables.fiddlosopher
2010-03-11MediaWiki writer: fixed headerless tables.fiddlosopher
2010-03-11RTF writer: fixed headerless tables.fiddlosopher
2010-03-10Markdown writer: proper support for headerless tables.fiddlosopher
2010-03-10HTML writer: Use tbody, thead, and cols in tables.fiddlosopher
2010-03-09Docbook writer: handle headerless tables.fiddlosopher
2010-03-07Updated context tests.fiddlosopher
2010-03-07Updated latex and html table tests for new test case.fiddlosopher
2010-03-07Added test case for multiline table wo column headers.fiddlosopher
2010-03-07Fixed docbook writer for headerless tables.fiddlosopher
2010-03-07Added test for headerless table.fiddlosopher
2010-03-06Disallow blank lines in inline code span.fiddlosopher
2010-03-01Markdown reader: Allow footnotes to be indented < 4 spaces.fiddlosopher
2010-03-01LaTeX template: redefine labelwidth when using enumerate package.fiddlosopher
2010-02-28Allow multi-line titles and authors in meta block.fiddlosopher
2010-02-28Added accessors (docTitle, docAuthors, docDate) to Meta type.fiddlosopher
2010-02-27RST reader: Improved grid tables.fiddlosopher
2010-02-27Mediawiki writer: Don't print a "== Notes ==" header before references.fiddlosopher
2010-02-27Promoted mediawiki headers.fiddlosopher
2010-02-27Reformatting and comments in RunTests.hs. (Eric Kow)fiddlosopher
2010-02-27Markdown reader: properly escape URIs.fiddlosopher
2010-02-21Set LANG to a UTF-8 locale in RunTests.hs.fiddlosopher
2010-02-21No longer need to set 'HOME' in RunTests.hs.fiddlosopher
2010-02-21Added tests/tables-rst-subset.native, part of RST tables patch.fiddlosopher
2010-02-20Incomplete support for RST tables (simple and grid).fiddlosopher
2010-01-14Fixed RunTests so it doesn't require data files to have been installed.fiddlosopher
2010-01-05LaTeX template: always include hyperref package.fiddlosopher
2010-01-02Latex template: only show \author if there are some...fiddlosopher
2010-01-01Removed entities from opendocument writer test.fiddlosopher
2010-01-01Removed entities from mediawiki writer test.fiddlosopher
2010-01-01Docbook writer: use unicode instead of entities.fiddlosopher