summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* 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
* Modified fancy s5 test in light of asciiMathML changes.fiddlosopher2007-07-26
* Added support for definition lists to RST reader.fiddlosopher2007-07-23
* Added definition list support to HTML reader.fiddlosopher2007-07-23
* Updated RST reader test.fiddlosopher2007-07-22
* Updated test suite for writers, adding tests forfiddlosopher2007-07-22
* Updated latex writer test because of new system forfiddlosopher2007-07-22
* Fixed newline issue at end of man page writer test.fiddlosopher2007-07-22
* Changed /hfil/break to /crlf in ConTeXt writer test suite.fiddlosopher2007-07-22
* Man writer:fiddlosopher2007-07-22
* Modified the test of a link containing an underscore infiddlosopher2007-07-15
* Changes to ConTeXt test suite.fiddlosopher2007-07-15
* Merged branches/context: addition of a ConTeXt writerfiddlosopher2007-07-15
* Change to footnotes in HTML writer: Instead of putting the footnotefiddlosopher2007-07-14
* Added a test case with an inline link containing bracketed text.fiddlosopher2007-07-09
* Minor cosmetic changes to runtests.pl ("passed" infiddlosopher2007-07-09
* + Cleaned up runtests.pl. Incorporated table tests in loop withfiddlosopher2007-07-09
* Text.Pandoc.Blocks:fiddlosopher2007-07-09
* Markdown writer:fiddlosopher2007-07-09
* Regularized the scheme for unique header identifiers in HTML writer:fiddlosopher2007-07-08
* Changes to tests to accommodate r653.fiddlosopher2007-07-08
* LaTeX writer:fiddlosopher2007-07-08
* Added tests for man writer to runtests.pl.fiddlosopher2007-07-08
* Added version of test suite for man page.fiddlosopher2007-07-08
* Added test suites for RST, markdown, and man tables.fiddlosopher2007-07-08
* Updated tests to account for changes in HTML writer (identifiers).fiddlosopher2007-07-08
* Added table tests for all writers.fiddlosopher2007-07-07
* Added RTF table writer tests.fiddlosopher2007-05-11