aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-02-28Added accessors (docTitle, docAuthors, docDate) to Meta type.fiddlosopher10-10/+10
2010-02-27RST reader: Improved grid tables.fiddlosopher2-1/+39
2010-02-27Mediawiki writer: Don't print a "== Notes ==" header before references.fiddlosopher1-1/+0
2010-02-27Promoted mediawiki headers.fiddlosopher1-31/+31
2010-02-27Reformatting and comments in RunTests.hs. (Eric Kow)fiddlosopher1-1/+8
2010-02-27Markdown reader: properly escape URIs.fiddlosopher1-2/+2
2010-02-21Set LANG to a UTF-8 locale in RunTests.hs.fiddlosopher1-1/+2
2010-02-21No longer need to set 'HOME' in RunTests.hs.fiddlosopher1-2/+1
2010-02-21Added tests/tables-rst-subset.native, part of RST tables patch.fiddlosopher1-0/+87
2010-02-20Incomplete support for RST tables (simple and grid).fiddlosopher3-2/+86
2010-01-14Fixed RunTests so it doesn't require data files to have been installed.fiddlosopher1-1/+1
2010-01-05LaTeX template: always include hyperref package.fiddlosopher4-4/+6
2010-01-02Latex template: only show \author if there are some...fiddlosopher2-2/+0
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