summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* 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
* Only run lhs tests if 'lhs' argument passed to RunTests.hs.fiddlosopher2009-02-14
* Updated test suites: regular paragraph before block quote.fiddlosopher2009-02-14
* Added lhs reader tests. (One case fails.)fiddlosopher2009-02-14
* Added tests for lhs writers.fiddlosopher2009-02-07
* Gobble space after Plain blocks containing only raw html inline.fiddlosopher2009-01-31
* Fixed bug in mediawiki writer: improper closing tags in tables.fiddlosopher2009-01-24
* Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0fiddlosopher2008-12-17
* Added new listings include to LaTeX writer test.fiddlosopher2008-12-17
* Fixed parsing of RST comment blocks.fiddlosopher2008-11-06
* Markdown reader: Allow blank space at end of horizontal rules.fiddlosopher2008-11-01
* Support horizontal rules in OpenDocument and ODT writers.fiddlosopher2008-11-01
* Markdown reader: cleaner handling of spaces in URLs.fiddlosopher2008-11-01
* Include classes on tr elements in HTML output: "header", "odd", "even".fiddlosopher2008-10-18