summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* 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
* Changes to testsuite for new \useURL in context writer.fiddlosopher2007-11-22
* More improvements to ConTeXt writer:fiddlosopher2007-11-18
* ConTeXt writer:fiddlosopher2007-11-17
* Adjusted formatting of LaTeX and ConTeXt footnotes:fiddlosopher2007-11-17
* Updated tests for changes in LaTeX and ConTeXt writers.fiddlosopher2007-11-15
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* Cleaned up LaTeX footnotes:fiddlosopher2007-11-01
* Improvements to RST reader:fiddlosopher2007-10-13
* Fixed bug in RST reader: previously, code blocks had to befiddlosopher2007-10-11
* Markdown writer: Don't print title attribute if title is empty.fiddlosopher2007-09-18
* + Fixed bug in RST writer's handling of ordered lists. Previously,fiddlosopher2007-09-10
* Added xmlns attribute to html element in html writer tests.fiddlosopher2007-09-03
* Added separate latex reader and native reader tests;fiddlosopher2007-09-01
* Removed extra blank lines at end of LaTeX writer tests.fiddlosopher2007-08-30
* Modified latex writer tests for new latex writer using prettyprinter.fiddlosopher2007-08-30
* Fixed bug in LaTeX writer: autolinks would not cause fiddlosopher2007-08-29
* Fixed bug in LaTeX writer. When a footnote ends with a Verbatimfiddlosopher2007-08-25
* Removed incorrect "{}" around style information infiddlosopher2007-08-23
* Added new rule for enhanced markdown ordered lists: if the list markerfiddlosopher2007-08-23
* + Fixed bug in markdown ordered list parsing. The problem wasfiddlosopher2007-08-18
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Use \url{} for autolinks in LaTeX writer.fiddlosopher2007-08-03
* Brought test suite up to date.fiddlosopher2007-07-28
* Updated testsuite.native - autolinks should have thefiddlosopher2007-07-28
* LaTeX writer tests updated,fiddlosopher2007-07-28
* Use ` as default character for \verb in LaTeX output.fiddlosopher2007-07-27
* Fixes in LaTeX writer:fiddlosopher2007-07-26