aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2009-07-03Fixed lhs test cases.fiddlosopher3-135/+141
2009-06-28RST reader: Allow # to continue list...fiddlosopher2-0/+9
2009-06-25Allow continuation lines in line blocks.fiddlosopher2-1/+17
2009-06-06Man writer: break lines at end of each sentence.fiddlosopher2-104/+117
2009-04-30Markdown reader: improved efficiency of abbreviation parsing.fiddlosopher2-2/+2
2009-04-25HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher5-1006/+1076
2009-02-14Check to see if highlighting supported and run lhs tests if it is.fiddlosopher1-2/+2
2009-02-14Only run lhs tests if 'lhs' argument passed to RunTests.hs.fiddlosopher1-2/+15
2009-02-14Updated test suites: regular paragraph before block quote.fiddlosopher10-10/+29
2009-02-14Added lhs reader tests. (One case fails.)fiddlosopher2-1/+59
2009-02-07Added tests for lhs writers.fiddlosopher10-1/+340
2009-01-31Gobble space after Plain blocks containing only raw html inline.fiddlosopher2-1/+10
2009-01-24Fixed bug in mediawiki writer: improper closing tags in tables.fiddlosopher1-72/+72
2008-12-17Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0fiddlosopher2-8/+12
2008-12-17Added new listings include to LaTeX writer test.fiddlosopher1-0/+2
2008-11-06Fixed parsing of RST comment blocks.fiddlosopher2-1/+31
2008-11-01Markdown reader: Allow blank space at end of horizontal rules.fiddlosopher2-1/+10
2008-11-01Support horizontal rules in OpenDocument and ODT writers.fiddlosopher1-0/+13
2008-11-01Markdown reader: cleaner handling of spaces in URLs.fiddlosopher2-1/+17
2008-10-18Include classes on tr elements in HTML output: "header", "odd", "even".fiddlosopher1-18/+18
2008-09-16Adjusted s5.fancy.html in tests/ to conform to new LaTeXMathML policyfiddlosopher1-1/+3
2008-09-06LaTeX reader: minor improvements.fiddlosopher1-1/+1
2008-09-06Changed Float to Double in definition of Table element.fiddlosopher1-20/+20
2008-08-23Bugs fixed in RunTests.hs:fiddlosopher1-2/+7
2008-08-14Modified RunTests.hs to strip out '\r' so it will work on Windows.fiddlosopher1-2/+3
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher17-382/+196
2008-08-11Parse raw ConTeXt environments as TeX in markdown reader.fiddlosopher2-1/+15
2008-08-10Allow newline before URL in markdown link references. Resolves Issue #81.fiddlosopher3-1/+21
2008-08-10Man writer: don't escape " as \".fiddlosopher1-2/+2
2008-08-09Rewrote test suite so it doesn't depend on perl or unix tools.fiddlosopher7-290/+533
2008-08-05Added opendocument writer tests.fiddlosopher4-1/+2034
2008-07-27HTML writer: override Text.XHtml's stringToHtml function,fiddlosopher1-3/+3
2008-07-27Added MediaWiki writer.fiddlosopher4-1/+730
2008-07-23HTML writer test: use UTF-8 characters rather than entities.fiddlosopher1-8/+8
2008-07-15Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher11-0/+19
2008-07-13Escape '\160' as " ", not " " in XML.fiddlosopher1-3/+3
2008-07-11Print unicode \160 literally in markdown writer, rather than as  .fiddlosopher1-3/+3
2008-07-11In smart mode, use nonbreaking spaces after abbreviations in markdown parser.fiddlosopher11-11/+11
2008-07-11Treat '\ ' in (extended) markdown as nonbreaking space.fiddlosopher11-22/+23
2008-06-19In HTML tests, use decimal entities for everything above 127.fiddlosopher1-5/+5
2008-06-08Use \textsubscr instead of \textsubscript for LaTeX subscript macro.fiddlosopher1-3/+3
2008-06-08Markdown smart typography: Em dashes no longer eat surrounding whitespace.fiddlosopher11-11/+11
2008-03-26Fixed bug in RTF writer:fiddlosopher1-32/+32
2008-03-09Added amsmath package to default LaTeX header. Resolves Issue #48.fiddlosopher1-0/+1
2008-02-24Use style attributes rather than css classes for strikethrough and ordered li...fiddlosopher1-27/+18
2008-02-24Changes to Texinfo writer:fiddlosopher1-18/+29
2008-02-24Committed novalazy's initial patch for texinfo output,fiddlosopher4-1/+1077
2008-02-09Incorporated templates phase into Setup.hs and improved templates.fiddlosopher2-4327/+528
2008-02-09Updated test suite to new baseline (but no tests yet for new code block syntax).fiddlosopher5-50/+50
2008-02-09Modified tests for new argument in CodeBlock.fiddlosopher5-50/+50