summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Improved handling of code in man writer.John MacFarlane2010-07-14
* Put insert-before text before the title h1 in HTML.John MacFarlane2010-07-13
* Added tests for example lists.John MacFarlane2010-07-12
* Allow language-neutral table captions.John MacFarlane2010-07-06
* Use unicode for smart punctuation in plain, markdown, rst formats.John MacFarlane2010-06-30
* No longer need to set LANG in RunTests.John MacFarlane2010-05-06
* Man writer: convert math to unicode when possible.John MacFarlane2010-04-26
* Use texmath's parser in TexMath module.John MacFarlane2010-04-25
* RunTests: use UTF8 no matter what the locale.John MacFarlane2010-04-25
* Give LaTeX images a maximum width using the prelude onlyMax Bolingbroke2010-04-10
* Added multilingual URL tests for markdown reader.John MacFarlane2010-03-23
* Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher2010-03-18
* Added plain writer.fiddlosopher2010-03-18
* MediaWiki writer: make links to relative URLs wikilinks.fiddlosopher2010-03-18
* Texinfo writer: Handle images in figures.fiddlosopher2010-03-18
* HTML writer: Use a p rather than a div for image caption.fiddlosopher2010-03-18
* RST writer: handle images in figures.fiddlosopher2010-03-18
* MediaWiki writer: Support images in figures.fiddlosopher2010-03-17
* Docbook writer: support images as figures.fiddlosopher2010-03-17
* Revert "LaTeX writer: Add unique labels to figures."fiddlosopher2010-03-17
* LaTeX writer: Add unique labels to figures.fiddlosopher2010-03-16
* ConTeXt writer: support images in figures.fiddlosopher2010-03-16
* LaTeX writer: support figures with captions.fiddlosopher2010-03-16
* HTML writer: implemented image-with-caption feature.fiddlosopher2010-03-16
* LaTeX reader: Ignore alt title in section headers.fiddlosopher2010-03-14
* Use template variables for include-before/after.fiddlosopher2010-03-13
* OpenDocument writer: handle tables with no headers.fiddlosopher2010-03-13
* Man writer: properly handle headerless tables.fiddlosopher2010-03-13
* Texinfo writer: fixed headerless tables.fiddlosopher2010-03-13
* RST writer: Fixed headerless tables.fiddlosopher2010-03-11
* MediaWiki writer: fixed headerless tables.fiddlosopher2010-03-11
* RTF writer: fixed headerless tables.fiddlosopher2010-03-11
* Markdown writer: proper support for headerless tables.fiddlosopher2010-03-10
* HTML writer: Use tbody, thead, and cols in tables.fiddlosopher2010-03-10
* Docbook writer: handle headerless tables.fiddlosopher2010-03-09
* Updated context tests.fiddlosopher2010-03-07
* Updated latex and html table tests for new test case.fiddlosopher2010-03-07
* Added test case for multiline table wo column headers.fiddlosopher2010-03-07
* Fixed docbook writer for headerless tables.fiddlosopher2010-03-07
* Added test for headerless table.fiddlosopher2010-03-07
* Disallow blank lines in inline code span.fiddlosopher2010-03-06
* Markdown reader: Allow footnotes to be indented < 4 spaces.fiddlosopher2010-03-01
* LaTeX template: redefine labelwidth when using enumerate package.fiddlosopher2010-03-01
* Allow multi-line titles and authors in meta block.fiddlosopher2010-02-28
* Added accessors (docTitle, docAuthors, docDate) to Meta type.fiddlosopher2010-02-28
* RST reader: Improved grid tables.fiddlosopher2010-02-27
* Mediawiki writer: Don't print a "== Notes ==" header before references.fiddlosopher2010-02-27
* Promoted mediawiki headers.fiddlosopher2010-02-27
* Reformatting and comments in RunTests.hs. (Eric Kow)fiddlosopher2010-02-27
* Markdown reader: properly escape URIs.fiddlosopher2010-02-27