summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Fixed parsing of RST comment blocks.fiddlosopher2008-11-06
* Markdown reader: Allow blank space at end of horizontal rules.fiddlosopher2008-11-01
* Support horizontal rules in OpenDocument and ODT writers.fiddlosopher2008-11-01
* Markdown reader: cleaner handling of spaces in URLs.fiddlosopher2008-11-01
* Include classes on tr elements in HTML output: "header", "odd", "even".fiddlosopher2008-10-18
* Adjusted s5.fancy.html in tests/ to conform to new LaTeXMathML policyfiddlosopher2008-09-16
* LaTeX reader: minor improvements.fiddlosopher2008-09-06
* Changed Float to Double in definition of Table element.fiddlosopher2008-09-06
* Bugs fixed in RunTests.hs:fiddlosopher2008-08-23
* Modified RunTests.hs to strip out '\r' so it will work on Windows.fiddlosopher2008-08-14
* Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher2008-08-13
* Parse raw ConTeXt environments as TeX in markdown reader.fiddlosopher2008-08-11
* Allow newline before URL in markdown link references. Resolves Issue #81.fiddlosopher2008-08-10
* Man writer: don't escape " as \".fiddlosopher2008-08-10
* Rewrote test suite so it doesn't depend on perl or unix tools.fiddlosopher2008-08-09
* Added opendocument writer tests.fiddlosopher2008-08-05
* HTML writer: override Text.XHtml's stringToHtml function,fiddlosopher2008-07-27
* Added MediaWiki writer.fiddlosopher2008-07-27
* HTML writer test: use UTF-8 characters rather than entities.fiddlosopher2008-07-23
* Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher2008-07-15
* Escape '\160' as " ", not " " in XML.fiddlosopher2008-07-13
* Print unicode \160 literally in markdown writer, rather than as  .fiddlosopher2008-07-11
* In smart mode, use nonbreaking spaces after abbreviations in markdown parser.fiddlosopher2008-07-11
* Treat '\ ' in (extended) markdown as nonbreaking space.fiddlosopher2008-07-11
* In HTML tests, use decimal entities for everything above 127.fiddlosopher2008-06-19
* Use \textsubscr instead of \textsubscript for LaTeX subscript macro.fiddlosopher2008-06-08
* Markdown smart typography: Em dashes no longer eat surrounding whitespace.fiddlosopher2008-06-08
* Fixed bug in RTF writer:fiddlosopher2008-03-26
* Added amsmath package to default LaTeX header. Resolves Issue #48.fiddlosopher2008-03-09
* Use style attributes rather than css classes for strikethrough and ordered li...fiddlosopher2008-02-24
* Changes to Texinfo writer:fiddlosopher2008-02-24
* Committed novalazy's initial patch for texinfo output,fiddlosopher2008-02-24
* Incorporated templates phase into Setup.hs and improved templates.fiddlosopher2008-02-09
* Updated test suite to new baseline (but no tests yet for new code block syntax).fiddlosopher2008-02-09
* Modified tests for new argument in CodeBlock.fiddlosopher2008-02-09
* Added \setupitemize[autointro] to ConTeXt header, to prevent orphanedfiddlosopher2008-01-23
* Use an interpreted text role to render math in restructuredText.fiddlosopher2008-01-04
* Made LaTeX reader properly recognize --parse-raw in rawLaTeXInline.fiddlosopher2007-12-30
* Use wrappers around Doc elements to ensure proper spacing in ConTeXt writer.fiddlosopher2007-12-29
* Removed support for "box-style" block quotes in markdown.fiddlosopher2007-12-08
* Adjusted test suite for footnote changes in LaTeX and ConTeXt writers.fiddlosopher2007-12-04
* Updated test suite -- no italics for digits.fiddlosopher2007-12-02
* Updated HTML and S5 writer tests for new span tags in math.fiddlosopher2007-12-02
* Added Text.Pandoc.Readers.TeXMath and changed default handling of math.fiddlosopher2007-12-02
* Updated tests with new way of displaying math in HTML (with no enclosing $'s).fiddlosopher2007-12-01
* Modified s5 fancy test to include new ASCIIMathML.js.fiddlosopher2007-12-01
* Modified writer tests for new Math and TeX output.fiddlosopher2007-11-29
* Revised s5.native test with Math block.fiddlosopher2007-11-29
* Fixed small error in testsuite.native.fiddlosopher2007-11-29
* Changed tests to use new Math block element.fiddlosopher2007-11-29