aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher9-9/+9
2009-12-31Add legacy-header to LaTeX template.fiddlosopher1-4/+9
2009-12-31Revised LaTeX writer to use templates.fiddlosopher1-8/+14
2009-12-31Changed RunTests.hs to use the Diff library.fiddlosopher2-80/+10
2009-12-07Don't print raw HTML in man output.fiddlosopher1-66/+0
2009-12-07Improved syntax for markdown definition lists.fiddlosopher17-201/+862
2009-12-05Docbook writer: add ids to sections. Use link for internal links.fiddlosopher1-31/+31
2009-12-05Markdown reader: Treat a backslash followed by a newline as hard linebreak.fiddlosopher2-1/+8
2009-11-29Markdown reader: Use + rather than %20 for spaces in URLs.fiddlosopher1-2/+2
2009-11-28Better looking simple tables. Resolves Issue #180.fiddlosopher12-154/+130
2009-11-21Modified html+lhs output to use 'haskell' highlighter.fiddlosopher2-20/+20
2009-11-17Support for "..code-block" directive in RST reader.fiddlosopher2-0/+9
2009-11-03Specially mark code blocks that were "literate" in the input.fiddlosopher1-1/+1
2009-11-01Set utf-8 encoding in texinfo headers.fiddlosopher1-1/+1
2009-11-01Properly handle commented-out list items in markdown.fiddlosopher2-1/+13
2009-10-12Fix inline math parser so that \$ is allowed in math.fiddlosopher2-1/+7
2009-07-18Changed escapes in markdown writer.fiddlosopher1-5/+5
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