summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* 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
* Adjusted s5.fancy.html in tests/ to conform to new LaTeXMathML policyfiddlosopher2008-09-16
* LaTeX reader: minor improvements.fiddlosopher2008-09-06
* Changed Float to Double in definition of Table element.fiddlosopher2008-09-06
* Bugs fixed in RunTests.hs:fiddlosopher2008-08-23
* Modified RunTests.hs to strip out '\r' so it will work on Windows.fiddlosopher2008-08-14
* Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher2008-08-13
* Parse raw ConTeXt environments as TeX in markdown reader.fiddlosopher2008-08-11
* Allow newline before URL in markdown link references. Resolves Issue #81.fiddlosopher2008-08-10
* Man writer: don't escape " as \".fiddlosopher2008-08-10
* Rewrote test suite so it doesn't depend on perl or unix tools.fiddlosopher2008-08-09
* Added opendocument writer tests.fiddlosopher2008-08-05
* HTML writer: override Text.XHtml's stringToHtml function,fiddlosopher2008-07-27
* Added MediaWiki writer.fiddlosopher2008-07-27
* HTML writer test: use UTF-8 characters rather than entities.fiddlosopher2008-07-23