aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-01-01Removed entities from opendocument writer test.fiddlosopher1-3/+3
2010-01-01Removed entities from mediawiki writer test.fiddlosopher1-3/+3
2010-01-01Docbook writer: use unicode instead of entities.fiddlosopher1-7/+6
2010-01-01Finished converting HTML writer to use unicode instead of entities.fiddlosopher1-33/+33
2009-12-31LaTeX writer: Only require listings package if needed.fiddlosopher2-4/+0
2009-12-31Removed unneeded import from RunTests.hsfiddlosopher1-1/+0
2009-12-31Use UTF8 instead of entities in HTML.fiddlosopher4-11/+11
2009-12-31HTML footnotes: put anchor inside sup, instead of other way.fiddlosopher1-20/+20
2009-12-31Updated lhs tests.fiddlosopher4-160/+160
2009-12-31Updated latex writer tests to conform to recent changes.fiddlosopher1-12/+3
2009-12-31Modified mediawiki writer to use new templates.fiddlosopher1-0/+1
2009-12-31Updated texinfo writer to use new templates.fiddlosopher1-1/+3
2009-12-31Modified RTF writer to use new templates.fiddlosopher1-2/+2
2009-12-31Revised man writer to use new templates.fiddlosopher1-1/+2
2009-12-31Opendocument writer: support new templates.fiddlosopher2-1134/+845
2009-12-31Updated docbook writer to use new templates.fiddlosopher2-1247/+1246
2009-12-31Markdown reader: use ; as separator between authors.fiddlosopher1-1/+1
2009-12-31Improved RST writer.fiddlosopher5-5/+10
2009-12-31Use separate title, author, date variables in markdown template.fiddlosopher1-1/+1
2009-12-31Fixed RST writer to use new templates.fiddlosopher1-0/+1
2009-12-31Tweaked templates and tests.fiddlosopher5-901/+896
2009-12-31Fixed spacing in latex, context templates.fiddlosopher2-3/+1
2009-12-31HTML writer changes for templates.fiddlosopher1-1115/+1112
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