aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-23Added \setupitemize[autointro] to ConTeXt header, to prevent orphanedfiddlosopher1-0/+3
2008-01-04Use an interpreted text role to render math in restructuredText.fiddlosopher1-7/+10
2007-12-30Made LaTeX reader properly recognize --parse-raw in rawLaTeXInline.fiddlosopher1-1/+1
2007-12-29Use wrappers around Doc elements to ensure proper spacing in ConTeXt writer.fiddlosopher2-60/+18
2007-12-08Removed support for "box-style" block quotes in markdown.fiddlosopher11-267/+0
2007-12-04Adjusted test suite for footnote changes in LaTeX and ConTeXt writers.fiddlosopher2-10/+10
2007-12-02Updated test suite -- no italics for digits.fiddlosopher6-28/+12
2007-12-02Updated HTML and S5 writer tests for new span tags in math.fiddlosopher4-123/+143
2007-12-02Added Text.Pandoc.Readers.TeXMath and changed default handling of math.fiddlosopher7-31/+153
2007-12-01Updated tests with new way of displaying math in HTML (with no enclosing $'s).fiddlosopher4-10/+10
2007-12-01Modified s5 fancy test to include new ASCIIMathML.js.fiddlosopher1-198/+2517
2007-11-29Modified writer tests for new Math and TeX output.fiddlosopher6-65/+36
2007-11-29Revised s5.native test with Math block.fiddlosopher1-1/+1
2007-11-29Fixed small error in testsuite.native.fiddlosopher1-1/+1
2007-11-29Changed tests to use new Math block element.fiddlosopher2-14/+14
2007-11-22Changes to testsuite for new \useURL in context writer.fiddlosopher1-32/+32
2007-11-18More improvements to ConTeXt writer:fiddlosopher1-104/+155
2007-11-17ConTeXt writer:fiddlosopher1-2/+2
2007-11-17Adjusted formatting of LaTeX and ConTeXt footnotes:fiddlosopher2-15/+15
2007-11-15Updated tests for changes in LaTeX and ConTeXt writers.fiddlosopher3-199/+284
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-46/+11
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-11/+46