summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Revamped tests, using markdown output instead of HTML.John MacFarlane2010-11-28
* Citation tests: removed spurious double-spaces.John MacFarlane2010-11-28
* Updated citation tests to use en-dash between ranges.John MacFarlane2010-11-28
* Fixed spacing bug for reference-style citations.John MacFarlane2010-11-28
* Fixed spacing in ieee citation test.John MacFarlane2010-11-27
* Merge branch 'master' into citeprocJohn MacFarlane2010-11-27
|\
| * OpenDocument writer: don't print raw TeX.John MacFarlane2010-11-27
* | Removed extra line break from citation test output.John MacFarlane2010-11-27
* | Merge branch 'master' into citeprocJohn MacFarlane2010-11-27
|\|
| * Minor adjustment in textile test suite.John MacFarlane2010-11-27
| * Merge branch 'textile'John MacFarlane2010-11-27
| |\
| | * Use [] for superscripts and subscripts in textile writer.John MacFarlane2010-11-27
| | * Fixed spacing problems in textile nested lists.John MacFarlane2010-11-27
| | * Added Textile writer module.John MacFarlane2010-05-17
* | | Set HOME in RunTests.John MacFarlane2010-11-26
* | | Fixed eol mistake in test.John MacFarlane2010-11-22
* | | Changed markdown citation tests.John MacFarlane2010-11-22
* | | Updated markdown-citations test for new citeproc changes.John MacFarlane2010-11-21
* | | Markdown citation parser improvements and test updates.John MacFarlane2010-11-18
* | | Markdown reader: Revised parser for new citation syntax.John MacFarlane2010-11-18
* | | Replaced --biblio-file with --bibliography, removed --biblio-format.John MacFarlane2010-11-13
* | | Repairs to citation parser + citation test suite.John MacFarlane2010-11-12
* | | Improvements to test suite for citations.John MacFarlane2010-11-12
* | | Set LANG in test runner.John MacFarlane2010-11-12
* | | Added material for citation tests.John MacFarlane2010-11-12
|/ /
* | HTML reader: don't parse raw HTML inside <code> tag.John MacFarlane2010-11-11
* | Allow HTML comments as inline elements in markdown.John MacFarlane2010-11-09
* | Added test for macros.John MacFarlane2010-10-26
* | LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}.John MacFarlane2010-10-24
* | Updated s5 tests.John MacFarlane2010-07-22
* | Extended --offline to s5.John MacFarlane2010-07-22
* | Added amssymb to default latex template.John MacFarlane2010-07-20
* | Made spacing at end of output more consistent.John MacFarlane2010-07-20
* | Use default highlighting CSS rather than embedding CSS in templates.John MacFarlane2010-07-16
* | Updated pandoc to use css for highlighting-kate 0.2.7.John MacFarlane2010-07-15
* | Added --section-divs option.John MacFarlane2010-07-15
* | Added --webtex option for HTML math.John MacFarlane2010-07-15
* | 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