summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* 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
* Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher2008-07-15
* Escape '\160' as " ", not " " in XML.fiddlosopher2008-07-13
* Print unicode \160 literally in markdown writer, rather than as  .fiddlosopher2008-07-11
* In smart mode, use nonbreaking spaces after abbreviations in markdown parser.fiddlosopher2008-07-11
* Treat '\ ' in (extended) markdown as nonbreaking space.fiddlosopher2008-07-11
* In HTML tests, use decimal entities for everything above 127.fiddlosopher2008-06-19
* Use \textsubscr instead of \textsubscript for LaTeX subscript macro.fiddlosopher2008-06-08
* Markdown smart typography: Em dashes no longer eat surrounding whitespace.fiddlosopher2008-06-08
* Fixed bug in RTF writer:fiddlosopher2008-03-26
* Added amsmath package to default LaTeX header. Resolves Issue #48.fiddlosopher2008-03-09
* Use style attributes rather than css classes for strikethrough and ordered li...fiddlosopher2008-02-24
* Changes to Texinfo writer:fiddlosopher2008-02-24
* Committed novalazy's initial patch for texinfo output,fiddlosopher2008-02-24
* Incorporated templates phase into Setup.hs and improved templates.fiddlosopher2008-02-09
* Updated test suite to new baseline (but no tests yet for new code block syntax).fiddlosopher2008-02-09
* Modified tests for new argument in CodeBlock.fiddlosopher2008-02-09