summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Fixed RunTests so it doesn't require data files to have been installed.fiddlosopher2010-01-14
* LaTeX template: always include hyperref package.fiddlosopher2010-01-05
* Latex template: only show \author if there are some...fiddlosopher2010-01-02
* Removed entities from opendocument writer test.fiddlosopher2010-01-01
* Removed entities from mediawiki writer test.fiddlosopher2010-01-01
* Docbook writer: use unicode instead of entities.fiddlosopher2010-01-01
* Finished converting HTML writer to use unicode instead of entities.fiddlosopher2010-01-01
* LaTeX writer: Only require listings package if needed.fiddlosopher2009-12-31
* Removed unneeded import from RunTests.hsfiddlosopher2009-12-31
* Use UTF8 instead of entities in HTML.fiddlosopher2009-12-31
* HTML footnotes: put anchor inside sup, instead of other way.fiddlosopher2009-12-31
* Updated lhs tests.fiddlosopher2009-12-31
* Updated latex writer tests to conform to recent changes.fiddlosopher2009-12-31
* Modified mediawiki writer to use new templates.fiddlosopher2009-12-31
* Updated texinfo writer to use new templates.fiddlosopher2009-12-31
* Modified RTF writer to use new templates.fiddlosopher2009-12-31
* Revised man writer to use new templates.fiddlosopher2009-12-31
* Opendocument writer: support new templates.fiddlosopher2009-12-31
* Updated docbook writer to use new templates.fiddlosopher2009-12-31
* Markdown reader: use ; as separator between authors.fiddlosopher2009-12-31
* Improved RST writer.fiddlosopher2009-12-31
* Use separate title, author, date variables in markdown template.fiddlosopher2009-12-31
* Fixed RST writer to use new templates.fiddlosopher2009-12-31
* Tweaked templates and tests.fiddlosopher2009-12-31
* Fixed spacing in latex, context templates.fiddlosopher2009-12-31
* HTML writer changes for templates.fiddlosopher2009-12-31
* Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher2009-12-31
* Add legacy-header to LaTeX template.fiddlosopher2009-12-31
* Revised LaTeX writer to use templates.fiddlosopher2009-12-31
* Changed RunTests.hs to use the Diff library.fiddlosopher2009-12-31
* Don't print raw HTML in man output.fiddlosopher2009-12-07
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Docbook writer: add ids to sections. Use link for internal links.fiddlosopher2009-12-05
* Markdown reader: Treat a backslash followed by a newline as hard linebreak.fiddlosopher2009-12-05
* Markdown reader: Use + rather than %20 for spaces in URLs.fiddlosopher2009-11-29
* Better looking simple tables. Resolves Issue #180.fiddlosopher2009-11-28
* Modified html+lhs output to use 'haskell' highlighter.fiddlosopher2009-11-21
* Support for "..code-block" directive in RST reader.fiddlosopher2009-11-17
* Specially mark code blocks that were "literate" in the input.fiddlosopher2009-11-03
* Set utf-8 encoding in texinfo headers.fiddlosopher2009-11-01
* Properly handle commented-out list items in markdown.fiddlosopher2009-11-01
* Fix inline math parser so that \$ is allowed in math.fiddlosopher2009-10-12
* Changed escapes in markdown writer.fiddlosopher2009-07-18
* Fixed lhs test cases.fiddlosopher2009-07-03
* RST reader: Allow # to continue list...fiddlosopher2009-06-28
* Allow continuation lines in line blocks.fiddlosopher2009-06-25
* Man writer: break lines at end of each sentence.fiddlosopher2009-06-06
* Markdown reader: improved efficiency of abbreviation parsing.fiddlosopher2009-04-30
* HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher2009-04-25
* Check to see if highlighting supported and run lhs tests if it is.fiddlosopher2009-02-14